Skip to content
Snippets Groups Projects
Commit e5fbf2a7 authored by Walt Feasel's avatar Walt Feasel Committed by Tom Rini
Browse files

Cosmetic api: api_storage.c Align parenthesis


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

Signed-off-by: default avatarWalt Feasel <waltfeasel@gmail.com>
parent b9daed8a
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment