From 3db6855e9f6d6e34dd3d2c4119bf2e70c977a633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Tue, 10 Jun 2008 09:14:48 +0200 Subject: [PATCH] --- yaml --- r: 104770 b: refs/heads/master c: 6d8333c24d41637f0f847f6e17032189dae08c02 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/uio_driver.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 45ec6ba0bef6..623707d3ca2a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4d80d59437247075029534adec8d69fce2cfb87a +refs/heads/master: 6d8333c24d41637f0f847f6e17032189dae08c02 diff --git a/trunk/include/linux/uio_driver.h b/trunk/include/linux/uio_driver.h index cf65e964102b..cdf338d94b7f 100644 --- a/trunk/include/linux/uio_driver.h +++ b/trunk/include/linux/uio_driver.h @@ -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