All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: vt6655: Removes unnecessary blank lines.
@ 2016-10-09 10:41 Varsha Rao
  2016-10-09 10:46 ` [Outreachy kernel] " Julia Lawall
  0 siblings, 1 reply; 2+ messages in thread
From: Varsha Rao @ 2016-10-09 10:41 UTC (permalink / raw)
  To: outreachy-kernel, gregkh, forest; +Cc: rvarsha016

This patch fixes the chechpatch issue of multiple blank
lines,by removing them.

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
---
 drivers/staging/vt6655/baseband.c    | 1 -
 drivers/staging/vt6655/device_main.c | 1 -
 drivers/staging/vt6655/mac.c         | 1 -
 drivers/staging/vt6655/power.c       | 1 -
 drivers/staging/vt6655/power.h       | 1 -
 5 files changed, 5 deletions(-)

diff --git a/drivers/staging/vt6655/baseband.c b/drivers/staging/vt6655/baseband.c
index dae1e87..6e25d01 100644
--- a/drivers/staging/vt6655/baseband.c
+++ b/drivers/staging/vt6655/baseband.c
@@ -2162,7 +2162,6 @@ bool BBbVT3253Init(struct vnt_private *priv)
 				byVT3253B0_AIROHA2230[ii][0],
 				byVT3253B0_AIROHA2230[ii][1]);
 
-
 		/* {{ RobertYu:20050223, request by JerryChung */
 		/* Init ANT B select,TX Config CR09 = 0x61->0x45,
 		 * 0x45->0x41(VC1/VC2 define, make the ANT_A, ANT_B inverted)
diff --git a/drivers/staging/vt6655/device_main.c b/drivers/staging/vt6655/device_main.c
index f109eea..9b2ec25 100644
--- a/drivers/staging/vt6655/device_main.c
+++ b/drivers/staging/vt6655/device_main.c
@@ -1272,7 +1272,6 @@ static void vnt_remove_interface(struct ieee80211_hw *hw,
 	priv->op_mode = NL80211_IFTYPE_UNSPECIFIED;
 }
 
-
 static int vnt_config(struct ieee80211_hw *hw, u32 changed)
 {
 	struct vnt_private *priv = hw->priv;
diff --git a/drivers/staging/vt6655/mac.c b/drivers/staging/vt6655/mac.c
index 8e13f7f..d3f4eb2 100644
--- a/drivers/staging/vt6655/mac.c
+++ b/drivers/staging/vt6655/mac.c
@@ -147,7 +147,6 @@ void MACvSetShortRetryLimit(struct vnt_private *priv,
 	iowrite8(byRetryLimit, io_base + MAC_REG_SRT);
 }
 
-
 /*
  * Description:
  *      Set 802.11 Long Retry Limit
diff --git a/drivers/staging/vt6655/power.c b/drivers/staging/vt6655/power.c
index 7d6e746..1506b1b 100644
--- a/drivers/staging/vt6655/power.c
+++ b/drivers/staging/vt6655/power.c
@@ -133,7 +133,6 @@ PSvDisablePowerSaving(
 	priv->bPWBitOn = false;
 }
 
-
 /*
  *
  * Routine Description:
diff --git a/drivers/staging/vt6655/power.h b/drivers/staging/vt6655/power.h
index d82dd8d..d619c42 100644
--- a/drivers/staging/vt6655/power.h
+++ b/drivers/staging/vt6655/power.h
@@ -46,7 +46,6 @@ PSvEnablePowerSaving(
 	unsigned short wListenInterval
 );
 
-
 bool
 PSbIsNextTBTTWakeUp(
 	struct vnt_private *
-- 
2.7.4



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

* Re: [Outreachy kernel] [PATCH] staging: vt6655: Removes unnecessary blank lines.
  2016-10-09 10:41 [PATCH] staging: vt6655: Removes unnecessary blank lines Varsha Rao
@ 2016-10-09 10:46 ` Julia Lawall
  0 siblings, 0 replies; 2+ messages in thread
From: Julia Lawall @ 2016-10-09 10:46 UTC (permalink / raw)
  To: Varsha Rao; +Cc: outreachy-kernel, gregkh, forest



On Sun, 9 Oct 2016, Varsha Rao wrote:

> This patch fixes the chechpatch issue of multiple blank
> lines,by removing them.

Please resend with a space after the comma, checkpatch spelled correctly,
and longer text lines, up to around 72 characters.

julia

>
> Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
> ---
>  drivers/staging/vt6655/baseband.c    | 1 -
>  drivers/staging/vt6655/device_main.c | 1 -
>  drivers/staging/vt6655/mac.c         | 1 -
>  drivers/staging/vt6655/power.c       | 1 -
>  drivers/staging/vt6655/power.h       | 1 -
>  5 files changed, 5 deletions(-)
>
> diff --git a/drivers/staging/vt6655/baseband.c b/drivers/staging/vt6655/baseband.c
> index dae1e87..6e25d01 100644
> --- a/drivers/staging/vt6655/baseband.c
> +++ b/drivers/staging/vt6655/baseband.c
> @@ -2162,7 +2162,6 @@ bool BBbVT3253Init(struct vnt_private *priv)
>  				byVT3253B0_AIROHA2230[ii][0],
>  				byVT3253B0_AIROHA2230[ii][1]);
>
> -
>  		/* {{ RobertYu:20050223, request by JerryChung */
>  		/* Init ANT B select,TX Config CR09 = 0x61->0x45,
>  		 * 0x45->0x41(VC1/VC2 define, make the ANT_A, ANT_B inverted)
> diff --git a/drivers/staging/vt6655/device_main.c b/drivers/staging/vt6655/device_main.c
> index f109eea..9b2ec25 100644
> --- a/drivers/staging/vt6655/device_main.c
> +++ b/drivers/staging/vt6655/device_main.c
> @@ -1272,7 +1272,6 @@ static void vnt_remove_interface(struct ieee80211_hw *hw,
>  	priv->op_mode = NL80211_IFTYPE_UNSPECIFIED;
>  }
>
> -
>  static int vnt_config(struct ieee80211_hw *hw, u32 changed)
>  {
>  	struct vnt_private *priv = hw->priv;
> diff --git a/drivers/staging/vt6655/mac.c b/drivers/staging/vt6655/mac.c
> index 8e13f7f..d3f4eb2 100644
> --- a/drivers/staging/vt6655/mac.c
> +++ b/drivers/staging/vt6655/mac.c
> @@ -147,7 +147,6 @@ void MACvSetShortRetryLimit(struct vnt_private *priv,
>  	iowrite8(byRetryLimit, io_base + MAC_REG_SRT);
>  }
>
> -
>  /*
>   * Description:
>   *      Set 802.11 Long Retry Limit
> diff --git a/drivers/staging/vt6655/power.c b/drivers/staging/vt6655/power.c
> index 7d6e746..1506b1b 100644
> --- a/drivers/staging/vt6655/power.c
> +++ b/drivers/staging/vt6655/power.c
> @@ -133,7 +133,6 @@ PSvDisablePowerSaving(
>  	priv->bPWBitOn = false;
>  }
>
> -
>  /*
>   *
>   * Routine Description:
> diff --git a/drivers/staging/vt6655/power.h b/drivers/staging/vt6655/power.h
> index d82dd8d..d619c42 100644
> --- a/drivers/staging/vt6655/power.h
> +++ b/drivers/staging/vt6655/power.h
> @@ -46,7 +46,6 @@ PSvEnablePowerSaving(
>  	unsigned short wListenInterval
>  );
>
> -
>  bool
>  PSbIsNextTBTTWakeUp(
>  	struct vnt_private *
> --
> 2.7.4
>
> --
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20161009104136.GA4465%40euri.
> For more options, visit https://groups.google.com/d/optout.
>


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

end of thread, other threads:[~2016-10-09 10:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-09 10:41 [PATCH] staging: vt6655: Removes unnecessary blank lines Varsha Rao
2016-10-09 10:46 ` [Outreachy kernel] " Julia Lawall

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.