summaryrefslogtreecommitdiff
path: root/device/ds_routines.c
diff options
context:
space:
mode:
Diffstat (limited to 'device/ds_routines.c')
-rw-r--r--device/ds_routines.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/device/ds_routines.c b/device/ds_routines.c
index 7b74ad5..101dd32 100644
--- a/device/ds_routines.c
+++ b/device/ds_routines.c
@@ -163,7 +163,7 @@ ds_device_open(open_port, reply_port, reply_port_type,
return (MIG_NO_REPLY);
}
}
-#endif NORMA_DEVICE
+#endif /* NORMA_DEVICE */
#endif /* ! i386 */
/*
@@ -896,7 +896,7 @@ ds_device_read(device, reply_port, reply_port_type, mode, recnum,
#ifdef lint
*data = *data;
*data_count = *data_count;
-#endif lint
+#endif /* lint */
#ifndef i386
/*
@@ -996,7 +996,7 @@ ds_device_read_inband(device, reply_port, reply_port_type, mode, recnum,
#ifdef lint
*data = *data;
*data_count = *data_count;
-#endif lint
+#endif /* lint */
#ifndef i386
/*
@@ -1332,7 +1332,7 @@ ds_device_map(device, protection, offset, size, pager, unmap)
#ifdef lint
unmap = unmap;
-#endif lint
+#endif /* lint */
if (protection & ~VM_PROT_ALL)
return (KERN_INVALID_ARGUMENT);