All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 22/22] Staging: comedi: fix warning:line over 80 character issue in ke_counter.c
       [not found] <[PATCH]Staging: comedi: fix line over 80 character warning issue in ke_counter.c>
@ 2011-07-12 11:03 ` Ravishankar
  0 siblings, 0 replies; only message in thread
From: Ravishankar @ 2011-07-12 11:03 UTC (permalink / raw)
  To: gregkh, wfp5p; +Cc: devel, linux-kernel, Ravishankar, Ravishankar

From: Ravishankar <ravi.shankar@greenturtles.in>

This is a patch to the ke_counter.c file that fixes up a warning: line over 80 character found by the checkpatch.pl tool

Signed-off-by: Ravishankar <ravishankarkm32@gmail.com>
---
 drivers/staging/comedi/drivers/ke_counter.c |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/comedi/drivers/ke_counter.c b/drivers/staging/comedi/drivers/ke_counter.c
index 286093b..e9fdca9 100644
--- a/drivers/staging/comedi/drivers/ke_counter.c
+++ b/drivers/staging/comedi/drivers/ke_counter.c
@@ -204,10 +204,14 @@ static int cnt_attach(struct comedi_device *dev, struct comedi_devconfig *it)
 			for (i = 0; i < cnt_board_nbr; i++) {
 				if (cnt_boards[i].device_id ==
 				    pci_device->device) {
-					/* was a particular bus/slot requested? */
+					/* was a particular bus/slot
+					 * requested?
+					 */
 					if ((it->options[0] != 0)
 					    || (it->options[1] != 0)) {
-						/* are we on the wrong bus/slot? */
+						/* are we on the wrong
+						 * bus/slot?
+						 */
 						if (pci_device->bus->number !=
 						    it->options[0]
 						    ||
-- 
1.6.5.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-07-12 10:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <[PATCH]Staging: comedi: fix line over 80 character warning issue in ke_counter.c>
2011-07-12 11:03 ` [PATCH 22/22] Staging: comedi: fix warning:line over 80 character issue in ke_counter.c Ravishankar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.