浏览代码

microblaze: whitespace fix

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>
Michael S. Tsirkin 10 年之前
父节点
当前提交
132d5dfc04
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/microblaze/include/asm/uaccess.h

+ 1 - 1
arch/microblaze/include/asm/uaccess.h

@@ -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;						\
 									\