[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1447180530-13703-1-git-send-email-dhh.kernel@gmail.com>
Date: Tue, 10 Nov 2015 19:35:30 +0100
From: "Daniel H. Hemmingsen" <dhh.kernel@...il.com>
To: willy@...a-x.org
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
"Daniel H. Hemmingsen" <dhh.kernel@...il.com>
Subject: [PATCH] Staging: panel: Fixed a spacing after cast coding style issue
Fixed a spacing after cast coding style issue.
Signed-off-by: Daniel H. Hemmingsen <dhh.kernel@...il.com>
---
drivers/staging/panel/panel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/panel/panel.c b/drivers/staging/panel/panel.c
index 79ac192..96920ef 100644
--- a/drivers/staging/panel/panel.c
+++ b/drivers/staging/panel/panel.c
@@ -1788,7 +1788,7 @@ static void phys_scan_contacts(void)
gndmask = PNL_PINPUT(r_str(pprt)) & scan_mask_i;
/* grounded inputs are signals 40-44 */
- phys_read |= (pmask_t) gndmask << 40;
+ phys_read |= (pmask_t)gndmask << 40;
if (bitmask != gndmask) {
/*
--
2.6.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists