mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-16 15:39:42 -04:00
Fix typo
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Signed-off-by: Jesper Nilsson <jespern@axis.com>
This commit is contained in:
committed by
Jesper Nilsson
parent
746d9dda56
commit
e1ae7ed216
@@ -61,7 +61,7 @@
|
||||
#define IO_WIDTH(reg, field) IO_WIDTH_ (reg##_, field##_)
|
||||
#define IO_WIDTH_(reg_, field_) (reg_##_##field_##_WIDTH)
|
||||
|
||||
/*--- Obsolete. Kept for backw compatibility. ---*/
|
||||
/*--- Obsolete. Kept for backward compatibility. ---*/
|
||||
/* Reads (or writes) a byte/uword/udword from the specified mode
|
||||
register. */
|
||||
#define IO_RD(reg) (*(volatile u32*)(reg))
|
||||
|
||||
Reference in New Issue
Block a user