Skip to content

Commit

Permalink
microblaze: whitespace fix
Browse files Browse the repository at this point in the history
Align using tabs to make code prettier.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
  • Loading branch information
Michael S. Tsirkin authored and Michal Simek committed Jan 8, 2015
1 parent 0774bf6 commit 132d5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/microblaze/include/asm/uaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ extern long __user_bad(void);

#define __put_user_check(x, ptr, size) \
({ \
typeof(*(ptr)) volatile __pu_val = x; \
typeof(*(ptr)) volatile __pu_val = x; \
typeof(*(ptr)) __user *__pu_addr = (ptr); \
int __pu_err = 0; \
\
Expand Down

0 comments on commit 132d5df

Please sign in to comment.