[PATCH 07/28] staging: unisys: visorbus: Fix parameter alignment.

David Kershner david.kershner at unisys.com
Wed Aug 30 17:36:14 UTC 2017


Fixed the following checkpatch warning:
visorchannel.c:443: CHECK: Alignment should match open parenthesis

Signed-off-by: David Kershner <david.kershner at unisys.com>
Reviewed-by: Tim Sell <timothy.sell at unisys.com>
---
 drivers/staging/unisys/visorbus/visorchannel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/unisys/visorbus/visorchannel.c b/drivers/staging/unisys/visorbus/visorchannel.c
index 6afc745..3969217 100644
--- a/drivers/staging/unisys/visorbus/visorchannel.c
+++ b/drivers/staging/unisys/visorbus/visorchannel.c
@@ -440,7 +440,7 @@ static struct visorchannel *visorchannel_create_guts(
 		goto err_destroy_channel;
 
 	channel->mapped = memremap(channel->physaddr, channel_bytes,
-			MEMREMAP_WB);
+				   MEMREMAP_WB);
 	if (!channel->mapped) {
 		release_mem_region(channel->physaddr, channel_bytes);
 		goto err_destroy_channel;
-- 
git-series 0.9.1


More information about the devel mailing list