Fluff --- diff/drivers/md/dm-ioctl.c 2002-11-13 20:10:38.000000000 +0000 +++ source/drivers/md/dm-ioctl.c 2002-11-13 20:00:31.000000000 +0000 @@ -1033,7 +1033,7 @@ /* * Check the interface version passed in. This also - * writes out the kernels interface version. + * writes out the kernel's interface version. */ r = check_version(cmd, user); if (r) --- diff/drivers/md/dm.c 2002-11-11 10:24:45.000000000 +0000 +++ source/drivers/md/dm.c 2002-11-13 20:10:05.000000000 +0000 @@ -524,7 +524,7 @@ * A bitset is used to keep track of allocated minor numbers. *---------------------------------------------------------------*/ static spinlock_t _minor_lock = SPIN_LOCK_UNLOCKED; -static struct mapped_device * _mds[MAX_DEVICES]; +static struct mapped_device *_mds[MAX_DEVICES]; static void free_minor(int minor) {