All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: vt6655: device_main: cleanup long line
@ 2020-03-07 23:06 Lourdes Pedrajas
  2020-03-08  6:50 ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Lourdes Pedrajas @ 2020-03-07 23:06 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: gregkh

Code cleanup: long line found by checkpatch.

 Changes to be committed:
	modified:   drivers/staging/vt6655/device_main.c

Signed-off-by: Lourdes Pedrajas <lu@pplo.net>
---
 drivers/staging/vt6655/device_main.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/vt6655/device_main.c b/drivers/staging/vt6655/device_main.c
index 0442f71494b2..88e1284a7743 100644
--- a/drivers/staging/vt6655/device_main.c
+++ b/drivers/staging/vt6655/device_main.c
@@ -1075,7 +1075,8 @@ static void vnt_interrupt_process(struct vnt_private *priv)
 			    priv->op_mode == NL80211_IFTYPE_ADHOC) &&
 			    priv->vif->bss_conf.enable_beacon) {
 				MACvOneShotTimer1MicroSec(priv,
-							  (priv->vif->bss_conf.beacon_int - MAKE_BEACON_RESERVED) << 10);
+					(priv->vif->bss_conf.beacon_int -
+					 MAKE_BEACON_RESERVED) << 10);
 			}
 
 			/* TODO: adhoc PS mode */
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread
[parent not found: <20200129001950.12031-1-simon.fong.ref@aol.com>]

end of thread, other threads:[~2020-03-08 15:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-07 23:06 [PATCH] Staging: vt6655: device_main: cleanup long line Lourdes Pedrajas
2020-03-08  6:50 ` Greg KH
2020-03-08 13:49   ` Lourdes Pedrajas
2020-03-08 14:50     ` [Outreachy kernel] " Julia Lawall
2020-03-08 15:04       ` Lourdes Pedrajas
     [not found] <20200129001950.12031-1-simon.fong.ref@aol.com>
2020-01-29  0:19 ` Simon Fong

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.