diff options
author | Walt Feasel <waltfeasel@gmail.com> | 2016-11-23 06:26:10 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-12-04 18:54:57 (GMT) |
commit | e5fbf2a73137dbf3b92b4dd26ddd2ea2500bef46 (patch) | |
tree | 0f544efb1b3bb2fdb6d17848a401351fd32c8887 | |
parent | b9daed8a41259ebf0e33286351053852452820d8 (diff) | |
download | u-boot-e5fbf2a73137dbf3b92b4dd26ddd2ea2500bef46.tar.xz |
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 b5aaba1..81c672d 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"); |