Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Gelmini <[email protected]>
Signed-off-by: Jesper Nilsson <[email protected]>
  • Loading branch information
Gelma authored and Jesper Nilsson committed Sep 23, 2016
1 parent 746d9dd commit e1ae7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/cris/include/uapi/arch-v10/arch/sv_addr_ag.h
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit e1ae7ed

Please sign in to comment.