commit | 3b2c2f5188824945ec96653b2870b701b20cbd16 | [log] [tgz] |
---|---|---|
author | Walt Feasel <waltfeasel@gmail.com> | Wed Nov 23 01:26:10 2016 -0500 |
committer | Tom Rini <trini@konsulko.com> | Sun Dec 04 13:54:57 2016 -0500 |
tree | 0f544efb1b3bb2fdb6d17848a401351fd32c8887 | |
parent | 79b68015c9ec7ca34575ae9e681dc8cd15900dfb [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>
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 @@ 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");