diff options
author | Walt Feasel | 2016-11-23 01:26:10 -0500 |
---|---|---|
committer | Tom Rini | 2016-12-04 13:54:57 -0500 |
commit | e5fbf2a73137dbf3b92b4dd26ddd2ea2500bef46 (patch) | |
tree | 0f544efb1b3bb2fdb6d17848a401351fd32c8887 | |
parent | b9daed8a41259ebf0e33286351053852452820d8 (diff) |
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>
-rw-r--r-- | api/api_storage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/api_storage.c b/api/api_storage.c index b5aaba1091e..81c672d424b 100644 --- a/api/api_storage.c +++ b/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"); |