]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
UIO: minor style and comment fixes
authorUwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
Tue, 10 Jun 2008 07:14:48 +0000 (09:14 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 22 Jul 2008 04:54:55 +0000 (21:54 -0700)
Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
Signed-off-by: Hans J. Koch <hjk@linutronix.de>
include/linux/uio_driver.h

index cf65e964102baa291c7706858cfa4158e7010452..cdf338d94b7f450b42fbb1a12779cdbc7c920248 100644 (file)
@@ -36,7 +36,7 @@ struct uio_mem {
        struct uio_map          *map;
 };
 
-#define MAX_UIO_MAPS   5
+#define MAX_UIO_MAPS   5
 
 struct uio_device;
 
@@ -82,11 +82,11 @@ static inline int __must_check
 extern void uio_unregister_device(struct uio_info *info);
 extern void uio_event_notify(struct uio_info *info);
 
-/* defines for uio_device->irq */
+/* defines for uio_info->irq */
 #define UIO_IRQ_CUSTOM -1
 #define UIO_IRQ_NONE   -2
 
-/* defines for uio_device->memtype */
+/* defines for uio_mem->memtype */
 #define UIO_MEM_NONE   0
 #define UIO_MEM_PHYS   1
 #define UIO_MEM_LOGICAL        2