浏览代码

Cosmetic api: api_storage.c Align parenthesis

Make checkpatch style modification for
CHECK: Alignment should match open parenthesis

Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
Walt Feasel 8 年之前
父节点
当前提交
e5fbf2a731
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      api/api_storage.c

+ 1 - 1
api/api_storage.c

@@ -282,7 +282,7 @@ static int dev_enum_stor(int type, struct device_info *di)
 
 	if (found)
 		debugf("device found, returning cookie 0x%08x\n",
-			(u_int32_t)di->cookie);
+		       (u_int32_t)di->cookie);
 	else
 		debugf("no device found\n");