From e5fbf2a73137dbf3b92b4dd26ddd2ea2500bef46 Mon Sep 17 00:00:00 2001 From: Walt Feasel Date: Wed, 23 Nov 2016 01:26:10 -0500 Subject: [PATCH] Cosmetic api: api_storage.c Align parenthesis Make checkpatch style modification for CHECK: Alignment should match open parenthesis Signed-off-by: Walt Feasel --- api/api_storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");