Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1266665 > unrolled thread
| Started by | "Daniel H. Hemmingsen" <dhh.kernel@gmail.com> |
|---|---|
| First post | 2015-11-10 18:40 +0100 |
| Last post | 2015-11-11 08:50 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] Staging: panel: Fixed a spacing after cast coding style issue "Daniel H. Hemmingsen" <dhh.kernel@gmail.com> - 2015-11-10 18:40 +0100
Re: [PATCH] Staging: panel: Fixed a spacing after cast coding style issue Willy Tarreau <w@1wt.eu> - 2015-11-11 08:50 +0100
| From | "Daniel H. Hemmingsen" <dhh.kernel@gmail.com> |
|---|---|
| Date | 2015-11-10 18:40 +0100 |
| Subject | [PATCH] Staging: panel: Fixed a spacing after cast coding style issue |
| Message-ID | <qtl3I-83A-15@gated-at.bofh.it> |
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Willy Tarreau <w@1wt.eu> |
|---|---|
| Date | 2015-11-11 08:50 +0100 |
| Message-ID | <qtyki-8g4-7@gated-at.bofh.it> |
| In reply to | #1266665 |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web