All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Code style fix, line size was > 80.
@ 2016-07-10 16:47 ` Alec Missine
  0 siblings, 0 replies; 3+ messages in thread
From: Alec Missine @ 2016-07-10 16:47 UTC (permalink / raw)
  To: lidza.louina, markh, driverdev-devel, devel, linux-kernel; +Cc: Alec Missine

Signed-off-by: Alec Missine <bambin52@gmail.com>
---
 drivers/staging/dgnc/dgnc_driver.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/dgnc/dgnc_driver.h b/drivers/staging/dgnc/dgnc_driver.h
index 95ec729..8c0432a 100644
--- a/drivers/staging/dgnc/dgnc_driver.h
+++ b/drivers/staging/dgnc/dgnc_driver.h
@@ -398,7 +398,7 @@ extern uint		dgnc_major;		/* Our driver/mgmt major */
 extern int		dgnc_poll_tick;		/* Poll interval - 20 ms */
 extern spinlock_t	dgnc_global_lock;	/* Driver global spinlock */
 extern spinlock_t	dgnc_poll_lock;		/* Poll scheduling lock */
-extern uint		dgnc_num_boards;		/* Total number of boards */
+extern uint		dgnc_num_boards;	/* Total number of boards */
 extern struct dgnc_board	*dgnc_board[MAXBOARDS];	/* Array of board
 							 * structs
 							 */
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-08-21 21:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-10 16:47 [PATCH] Code style fix, line size was > 80 Alec Missine
2016-07-10 16:47 ` Alec Missine
2016-08-21 15:16 ` Greg KH

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.