Re: [PATCH] Staging: dgnc: fixed code style issue

2015-04-20 Thread Dan Carpenter
On Sun, Apr 19, 2015 at 09:18:23PM +0200, Yorick Rommers wrote: A patch for a line being too long (80) in dgnc_mgmt.c, fixed by making a temporary value for dgnc_Board[brd], and removing an unnecessary typecast. Signed-off-by: Yorick Rommers yorick-romm...@hotmail.com ---

Re: [PATCH] Staging: dgnc: fixed code style issue

2015-04-19 Thread Joe Perches
On Sun, 2015-04-19 at 21:18 +0200, Yorick Rommers wrote: A patch for a line being too long (80) in dgnc_mgmt.c, fixed by making a temporary value for dgnc_Board[brd], and removing an unnecessary typecast. Hello Yorick. The patch subject isn't very descriptive. A better subject might be

[PATCH] Staging: dgnc: fixed code style issue

2015-04-19 Thread Yorick Rommers
A patch for a line being too long (80) in dgnc_mgmt.c, fixed by making a temporary value for dgnc_Board[brd], and removing an unnecessary typecast. Signed-off-by: Yorick Rommers yorick-romm...@hotmail.com --- drivers/staging/dgnc/dgnc_mgmt.c | 4 +++- 1 file changed, 3 insertions(+), 1