Re: [PATCH] staging: fbtft: fbtft-core.c: EXPORT_SYMBOL should immediately follow its function

2017-04-28 Thread Greg KH
On Sat, Apr 29, 2017 at 01:07:34AM +0200, Shiva Kerdel wrote: > This patch fixes the following checkpatch.pl warning > - EXPORT_SYMBOL(foo); should immediately follow its function/variable > > Signed-off-by: Shiva Kerdel > --- > drivers/staging/fbtft/fbtft-core.c | 25

Re: [PATCH] staging: fbtft: fbtft-core.c: EXPORT_SYMBOL should immediately follow its function

2017-04-28 Thread Greg KH
On Sat, Apr 29, 2017 at 01:07:34AM +0200, Shiva Kerdel wrote: > This patch fixes the following checkpatch.pl warning > - EXPORT_SYMBOL(foo); should immediately follow its function/variable > > Signed-off-by: Shiva Kerdel > --- > drivers/staging/fbtft/fbtft-core.c | 25 +++--

[PATCH] staging: fbtft: fbtft-core.c: EXPORT_SYMBOL should immediately follow its function

2017-04-28 Thread Shiva Kerdel
This patch fixes the following checkpatch.pl warning - EXPORT_SYMBOL(foo); should immediately follow its function/variable Signed-off-by: Shiva Kerdel --- drivers/staging/fbtft/fbtft-core.c | 25 +++-- 1 file changed, 15 insertions(+), 10 deletions(-) diff

[PATCH] staging: fbtft: fbtft-core.c: EXPORT_SYMBOL should immediately follow its function

2017-04-28 Thread Shiva Kerdel
This patch fixes the following checkpatch.pl warning - EXPORT_SYMBOL(foo); should immediately follow its function/variable Signed-off-by: Shiva Kerdel --- drivers/staging/fbtft/fbtft-core.c | 25 +++-- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git