Message ID | 1424294733-21510-1-git-send-email-haticeerturk27@gmail.com |
---|---|
State | New, archived |
Headers | show |
On Wed, Feb 18, 2015 at 11:25:33PM +0200, Hatice ERTÜRK wrote: > Fixed the codes indent style using tabs character. > > Signed-off-by: Hatice ERTÜRK <haticeerturk27@gmail.com> > --- > drivers/dma/ste_dma40.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/dma/ste_dma40.c b/drivers/dma/ste_dma40.c > index 15d4946..f410b5e 100644 > --- a/drivers/dma/ste_dma40.c > +++ b/drivers/dma/ste_dma40.c > @@ -3744,8 +3744,8 @@ failure: > } > > static const struct of_device_id d40_match[] = { > - { .compatible = "stericsson,dma40", }, > - {} > + { .compatible = "stericsson,dma40", }, > + {} > }; I can't accept patches for code outside of drivers/staging/ for coding style fixes for the opw application process, sorry. Also, the email address has changed to outreachy-kernel@googlegroups.com please use that instead. thanks, greg k-h
diff --git a/drivers/dma/ste_dma40.c b/drivers/dma/ste_dma40.c index 15d4946..f410b5e 100644 --- a/drivers/dma/ste_dma40.c +++ b/drivers/dma/ste_dma40.c @@ -3744,8 +3744,8 @@ failure: } static const struct of_device_id d40_match[] = { - { .compatible = "stericsson,dma40", }, - {} + { .compatible = "stericsson,dma40", }, + {} }; static struct platform_driver d40_driver = {
Fixed the codes indent style using tabs character. Signed-off-by: Hatice ERTÜRK <haticeerturk27@gmail.com> --- drivers/dma/ste_dma40.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)