diff mbox

[U-Boot,U-BOOT,TEST,1/5] Cosmetic api: api_storage.c Align parenthesis

Message ID 1479882374-18434-2-git-send-email-waltfeasel@gmail.com
State Accepted
Commit e5fbf2a73137dbf3b92b4dd26ddd2ea2500bef46
Delegated to: Tom Rini
Headers show

Commit Message

Walt Feasel Nov. 23, 2016, 6:26 a.m. UTC
Make checkpatch style modification for
CHECK: Alignment should match open parenthesis

Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
---
This patch series is to verify a correct patch submission.
Please let me know if there is a problem or preferred
wording for submitting cosmetic patches.

 api/api_storage.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini Dec. 4, 2016, 11:14 p.m. UTC | #1
On Wed, Nov 23, 2016 at 01:26:10AM -0500, Walt Feasel wrote:

> Make checkpatch style modification for
> CHECK: Alignment should match open parenthesis
> 
> Signed-off-by: Walt Feasel <waltfeasel@gmail.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/api/api_storage.c b/api/api_storage.c
index d4c0d5f..ea44d97 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");