Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1609889

[PATCH] minor coding style fix

From sfaragnaus <sfaragnaus@gmail.com>
Newsgroups linux.kernel
Subject [PATCH] minor coding style fix
Date 2017-03-27 16:40 +0200
Message-ID <tpDYl-XG-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This patch fix a minor coding style issue.

Signed-off-by: sfaragnaus <sfaragnaus@gmail.com>
---
 drivers/staging/xgifb/XGI_main_26.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/xgifb/XGI_main_26.c b/drivers/staging/xgifb/XGI_main_26.c
index d938da3..b450c74 100644
--- a/drivers/staging/xgifb/XGI_main_26.c
+++ b/drivers/staging/xgifb/XGI_main_26.c
@@ -879,6 +879,7 @@ static void XGIfb_post_setmode(struct xgifb_video_info *xgifb_info)
 
 			if ((filter >= 0) && (filter <= 7)) {
 				const u8 *f = XGI_TV_filter[filter_tb].filter[filter];
+
 				pr_debug("FilterTable[%d]-%d: %*ph\n",
 					 filter_tb, filter, 4, f);
 				xgifb_reg_set(XGIPART2, 0x35, f[0]);
-- 
2.4.10

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] minor coding style fix sfaragnaus <sfaragnaus@gmail.com> - 2017-03-27 16:40 +0200
  Re: [PATCH] minor coding style fix Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-29 09:30 +0200

csiph-web