summaryrefslogtreecommitdiff
path: root/drivers/staging
diff options
context:
space:
mode:
authorDaniel H. Hemmingsen <dhh.kernel@gmail.com>2015-11-10 18:35:30 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-01-29 06:10:22 (GMT)
commit76e9521fc9a400c62585b5fc2465d1103f6ce836 (patch)
tree1a5f28d8e0dfbdb791f9e24bd1b41621a3e62aef /drivers/staging
parent92e963f50fc74041b5e9e744c330dca48e04f08d (diff)
downloadlinux-76e9521fc9a400c62585b5fc2465d1103f6ce836.tar.xz
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@gmail.com> Acked-by: Willy Tarreau <w@1wt.eu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/panel/panel.c2
1 files changed, 1 insertions, 1 deletions
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) {
/*