]> Git Repo - u-boot.git/commitdiff
Cosmetic api: api_storage.c Align parenthesis
authorWalt Feasel <[email protected]>
Wed, 23 Nov 2016 06:26:10 +0000 (01:26 -0500)
committerTom Rini <[email protected]>
Sun, 4 Dec 2016 18:54:57 +0000 (13:54 -0500)
Make checkpatch style modification for
CHECK: Alignment should match open parenthesis

Signed-off-by: Walt Feasel <[email protected]>
api/api_storage.c

index b5aaba1091e6d875eadb8bc5289f27e9bf14a5aa..81c672d424be34453938d5e0ffa2816313c0bab7 100644 (file)
@@ -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");
 
This page took 0.033344 seconds and 4 git commands to generate.