* [PATCH] Staging: panel: Fixed a spacing after cast coding style issue
@ 2015-11-10 18:35 Daniel H. Hemmingsen
2015-11-11 7:47 ` Willy Tarreau
0 siblings, 1 reply; 2+ messages in thread
From: Daniel H. Hemmingsen @ 2015-11-10 18:35 UTC (permalink / raw)
To: willy; +Cc: devel, linux-kernel, Daniel H. Hemmingsen
Fixed a spacing after cast coding style issue.
Signed-off-by: Daniel H. Hemmingsen <dhh.kernel@gmail.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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Staging: panel: Fixed a spacing after cast coding style issue
2015-11-10 18:35 [PATCH] Staging: panel: Fixed a spacing after cast coding style issue Daniel H. Hemmingsen
@ 2015-11-11 7:47 ` Willy Tarreau
0 siblings, 0 replies; 2+ messages in thread
From: Willy Tarreau @ 2015-11-11 7:47 UTC (permalink / raw)
To: Daniel H. Hemmingsen; +Cc: willy, devel, linux-kernel
On Tue, Nov 10, 2015 at 07:35:30PM +0100, Daniel H. Hemmingsen wrote:
> Fixed a spacing after cast coding style issue.
>
> Signed-off-by: Daniel H. Hemmingsen <dhh.kernel@gmail.com>
Acked-by: Willy Tarreau <w@1wt.eu>
Thanks,
Willy
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-11-11 7:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-10 18:35 [PATCH] Staging: panel: Fixed a spacing after cast coding style issue Daniel H. Hemmingsen
2015-11-11 7:47 ` Willy Tarreau
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox