All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] Staging: ks7010: Match alignments with open paranthesis
@ 2019-02-25 14:58 Bhanusree Pola
  2019-02-25 21:47 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Bhanusree Pola @ 2019-02-25 14:58 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Greg Kroah-Hartman

Adjust parameters of "netdev_dbg" to match alignment with
open paranthesis.
Issue found using checkpatch.pl

Signed-off-by: Bhanusree Pola <bhanusreemahesh@gmail.com>
---

v2: commit log modified to be imperative
v3: commit log modified

 drivers/staging/ks7010/ks_hostif.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/ks7010/ks_hostif.c b/drivers/staging/ks7010/ks_hostif.c
index d938b0997a53..e48fc36b6ebd 100644
--- a/drivers/staging/ks7010/ks_hostif.c
+++ b/drivers/staging/ks7010/ks_hostif.c
@@ -730,7 +730,7 @@ void hostif_scan_indication(struct ks_wlan_private *priv)
 	priv->scan_ind_count++;
 	if (priv->scan_ind_count < LOCAL_APLIST_MAX + 1) {
 		netdev_dbg(priv->net_dev, " scan_ind_count=%d :: aplist.size=%d\n",
-			priv->scan_ind_count, priv->aplist.size);
+			   priv->scan_ind_count, priv->aplist.size);
 		get_ap_information(priv, (struct ap_info *)(priv->rxp),
 				   &priv->aplist.ap[priv->scan_ind_count - 1]);
 		priv->aplist.size = priv->scan_ind_count;
-- 
2.17.1



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

* Re: [PATCH v3] Staging: ks7010: Match alignments with open paranthesis
  2019-02-25 14:58 [PATCH v3] Staging: ks7010: Match alignments with open paranthesis Bhanusree Pola
@ 2019-02-25 21:47 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2019-02-25 21:47 UTC (permalink / raw)
  To: Bhanusree Pola; +Cc: outreachy-kernel

On Mon, Feb 25, 2019 at 08:28:07PM +0530, Bhanusree Pola wrote:
> Adjust parameters of "netdev_dbg" to match alignment with
> open paranthesis.

Odd spelling of that last word here, and in the subject line :(



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

end of thread, other threads:[~2019-02-25 21:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-25 14:58 [PATCH v3] Staging: ks7010: Match alignments with open paranthesis Bhanusree Pola
2019-02-25 21:47 ` Greg Kroah-Hartman

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.