提交 76e9521f 编写于 作者: D Daniel H. Hemmingsen 提交者: Greg Kroah-Hartman

Staging: panel: Fixed a spacing after cast coding style issue

Fixed a spacing after cast coding style issue.
Signed-off-by: NDaniel H. Hemmingsen <dhh.kernel@gmail.com>
Acked-by: NWilly Tarreau <w@1wt.eu>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 92e963f5
......@@ -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) {
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册