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


Groups > linux.kernel > #1265466

[PATCH] drivers: staging: fbtft: Removed the whitespace

From Anjali Menon <cse.anjalimenon@gmail.com>
Newsgroups linux.kernel
Subject [PATCH] drivers: staging: fbtft: Removed the whitespace
Date 2015-11-09 10:20 +0100
Message-ID <qsQMh-4tx-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Remove the whitespace before declaration detected by
checkpatch.pl

ERROR: space prohibited before that close parenthesis

Signed-off-by: Anjali Menon <cse.anjalimenon@gmail.com>
---
 drivers/staging/fbtft/fbtft-bus.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/fbtft/fbtft-bus.c b/drivers/staging/fbtft/fbtft-bus.c
index 52af9cb..6e18f58 100644
--- a/drivers/staging/fbtft/fbtft-bus.c
+++ b/drivers/staging/fbtft/fbtft-bus.c
@@ -70,9 +70,9 @@ void func(struct fbtft_par *par, int len, ...)                                \
 }                                                                             \
 EXPORT_SYMBOL(func);
 
-define_fbtft_write_reg(fbtft_write_reg8_bus8, u8, )
+define_fbtft_write_reg(fbtft_write_reg8_bus8, u8)
 define_fbtft_write_reg(fbtft_write_reg16_bus8, u16, cpu_to_be16)
-define_fbtft_write_reg(fbtft_write_reg16_bus16, u16, )
+define_fbtft_write_reg(fbtft_write_reg16_bus16, u16)
 
 void fbtft_write_reg8_bus9(struct fbtft_par *par, int len, ...)
 {
-- 
1.9.1

--
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/

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


Thread

[PATCH] drivers: staging: fbtft: Removed the whitespace Anjali Menon <cse.anjalimenon@gmail.com> - 2015-11-09 10:20 +0100
  Re: [PATCH] drivers: staging: fbtft: Removed the whitespace kbuild test robot <lkp@intel.com> - 2015-11-09 10:40 +0100
  Re: [PATCH] drivers: staging: fbtft: Removed the whitespace Dan Carpenter <dan.carpenter@oracle.com> - 2015-11-09 10:50 +0100

csiph-web