Skip to content

Commit

Permalink
[Blackfin] arch: fix up coding style in uaccess.h
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Schmidt <bernd.schmidt@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
  • Loading branch information
Bernd Schmidt authored and Bryan Wu committed Dec 24, 2007
1 parent b8aab6f commit 3ca32c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-blackfin/uaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ static inline void set_fs(mm_segment_t fs)
#define VERIFY_READ 0
#define VERIFY_WRITE 1

#define access_ok(type,addr,size) _access_ok((unsigned long)(addr),(size))
#define access_ok(type, addr, size) _access_ok((unsigned long)(addr), (size))

static inline int is_in_rom(unsigned long addr)
{
Expand Down

0 comments on commit 3ca32c1

Please sign in to comment.