* [PATCH] staging: nvec: Remove spaces for indentation
@ 2016-09-14 18:31 Anchal Jain
2016-09-14 18:44 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Anchal Jain @ 2016-09-14 18:31 UTC (permalink / raw)
To: marvin24; +Cc: gregkh, outreachy-kernel
This patch fix warning
WARNING: Statements should start on a tabstop
generated by checkpatch.pl tool.
Signed-off-by: Anchal Jain <anchalj109@gmail.com>
---
drivers/staging/nvec/nvec_power.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/nvec/nvec_power.c b/drivers/staging/nvec/nvec_power.c
index fcbb0fa..09befbb 100644
--- a/drivers/staging/nvec/nvec_power.c
+++ b/drivers/staging/nvec/nvec_power.c
@@ -442,7 +442,7 @@ static struct platform_driver nvec_power_driver = {
.remove = nvec_power_remove,
.driver = {
.name = "nvec-power",
- }
+ }
};
module_platform_driver(nvec_power_driver);
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] staging: nvec: Remove spaces for indentation
2016-09-14 18:31 [PATCH] staging: nvec: Remove spaces for indentation Anchal Jain
@ 2016-09-14 18:44 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2016-09-14 18:44 UTC (permalink / raw)
To: Anchal Jain; +Cc: marvin24, outreachy-kernel
On Thu, Sep 15, 2016 at 12:01:58AM +0530, Anchal Jain wrote:
> This patch fix warning
>
> WARNING: Statements should start on a tabstop
>
> generated by checkpatch.pl tool.
>
>
> Signed-off-by: Anchal Jain <anchalj109@gmail.com>
> ---
>
>
> drivers/staging/nvec/nvec_power.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/nvec/nvec_power.c b/drivers/staging/nvec/nvec_power.c
> index fcbb0fa..09befbb 100644
> --- a/drivers/staging/nvec/nvec_power.c
> +++ b/drivers/staging/nvec/nvec_power.c
> @@ -442,7 +442,7 @@ static struct platform_driver nvec_power_driver = {
> .remove = nvec_power_remove,
> .driver = {
> .name = "nvec-power",
> - }
> + }
This should go back a tab, and the .name line should be on a tab as
well.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-09-14 18:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-14 18:31 [PATCH] staging: nvec: Remove spaces for indentation Anchal Jain
2016-09-14 18:44 ` 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.