All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Daniel H. Hemmingsen" <dhh.kernel@gmail.com>
To: willy@meta-x.org
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
	"Daniel H. Hemmingsen" <dhh.kernel@gmail.com>
Subject: [PATCH] Staging: panel: Fixed a spacing after cast coding style issue
Date: Tue, 10 Nov 2015 19:35:30 +0100	[thread overview]
Message-ID: <1447180530-13703-1-git-send-email-dhh.kernel@gmail.com> (raw)

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


             reply	other threads:[~2015-11-10 17:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-10 18:35 Daniel H. Hemmingsen [this message]
2015-11-11  7:47 ` [PATCH] Staging: panel: Fixed a spacing after cast coding style issue Willy Tarreau

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1447180530-13703-1-git-send-email-dhh.kernel@gmail.com \
    --to=dhh.kernel@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=willy@meta-x.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.