Re: [PATCH] Staging: comedi: remove unnecessary braces in pcl711.c

2014-01-14 Thread Ian Abbott
On 2014-01-14 03:13, Chase Southwood wrote: This patch for pcl711.c removes braces causing a checkpatch.pl warning. It also removes an empty else arm of an if-else statement. Signed-off-by: Chase Southwood chase.southw...@yahoo.com --- I removed the else arm of this statement because it was

[PATCH] Staging: comedi: remove unnecessary braces in pcl711.c

2014-01-13 Thread Chase Southwood
This patch for pcl711.c removes braces causing a checkpatch.pl warning. It also removes an empty else arm of an if-else statement. Signed-off-by: Chase Southwood chase.southw...@yahoo.com --- I removed the else arm of this statement because it was empty, save for the ignore comment. If it is

Re: [PATCH] Staging: comedi: remove unnecessary braces in pcl711.c

2014-01-13 Thread Dan Carpenter
On Mon, Jan 13, 2014 at 09:13:16PM -0600, Chase Southwood wrote: This patch for pcl711.c removes braces causing a checkpatch.pl warning. It also removes an empty else arm of an if-else statement. Signed-off-by: Chase Southwood chase.southw...@yahoo.com --- I removed the else arm of this