Skip to content

Commit

Permalink
UIO: minor style and comment fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
Signed-off-by: Hans J. Koch <hjk@linutronix.de>
  • Loading branch information
Uwe Kleine-König authored and Greg Kroah-Hartman committed Jul 22, 2008
1 parent 4d80d59 commit 6d8333c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/linux/uio_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ struct uio_mem {
struct uio_map *map;
};

#define MAX_UIO_MAPS 5
#define MAX_UIO_MAPS 5

struct uio_device;

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6d8333c

Please sign in to comment.