linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3/3] Staging: vt6656: modified tab error
@ 2016-03-10 14:10 Tanvi Surana
  2016-03-11  3:25 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Tanvi Surana @ 2016-03-10 14:10 UTC (permalink / raw)
  To: tanvisurana20; +Cc: devel, linux-kernel

I have modified tab error in the file power.c

Signed-Off-By: Tanvi Surana <tanvisurana20@gmail.com>
---
 drivers/staging/vt6656/power.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/vt6656/power.c b/drivers/staging/vt6656/power.c
index c025dab..ce5de78 100644
--- a/drivers/staging/vt6656/power.c
+++ b/drivers/staging/vt6656/power.c
@@ -103,7 +103,7 @@ void vnt_disable_power_saving(struct vnt_private *priv)
 
 	/* disable power saving hw function */
 	vnt_control_out(priv, MESSAGE_TYPE_DISABLE_PS, 0,
-	                0, 0, NULL);
+	0, 0, NULL);
 
 	/* clear AutoSleep */
 	vnt_mac_reg_bits_off(priv, MAC_REG_PSCFG, PSCFG_AUTOSLEEP);
-- 
1.9.1

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

* Re: [PATCH 3/3] Staging: vt6656: modified tab error
  2016-03-10 14:10 [PATCH 3/3] Staging: vt6656: modified tab error Tanvi Surana
@ 2016-03-11  3:25 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2016-03-11  3:25 UTC (permalink / raw)
  To: Tanvi Surana; +Cc: devel, linux-kernel

On Thu, Mar 10, 2016 at 07:40:09PM +0530, Tanvi Surana wrote:
> I have modified tab error in the file power.c
> 
> Signed-Off-By: Tanvi Surana <tanvisurana20@gmail.com>
> ---
>  drivers/staging/vt6656/power.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/vt6656/power.c b/drivers/staging/vt6656/power.c
> index c025dab..ce5de78 100644
> --- a/drivers/staging/vt6656/power.c
> +++ b/drivers/staging/vt6656/power.c
> @@ -103,7 +103,7 @@ void vnt_disable_power_saving(struct vnt_private *priv)
>  
>  	/* disable power saving hw function */
>  	vnt_control_out(priv, MESSAGE_TYPE_DISABLE_PS, 0,
> -	                0, 0, NULL);
> +	0, 0, NULL);

That's not correct, does it look better or right to you?

greg k-h

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

end of thread, other threads:[~2016-03-11  3:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-10 14:10 [PATCH 3/3] Staging: vt6656: modified tab error Tanvi Surana
2016-03-11  3:25 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).