On Wed, May 15, 2019 at 07:47:31PM +0530, [email protected] wrote: > From: Naveen Kumar Parna <[email protected]> > > According to checkpatch: EXPORT_SYMBOL(foo); should immediately follow its > function/variable. > > This patch fixes the following checkpatch.pl issues in drivers/char/misc.c: > WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable > > Signed-off-by: Naveen Kumar Parna <[email protected]> > --- > drivers/char/misc.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-)
Where are patches 1/3 and 2/3 of this series?

