Re: [PATCH] drivers: cpuidle: Fix checkpatch error and warnings

2017-09-08 Thread gaurav jindal
This patch fixes the below checkpatch errors and warnings in drivers/cpuidle/cpuidle.c WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable #343: FILE: drivers/cpuidle/cpuidle.c:343: +EXPORT_SYMBOL_GPL(cpuidle_pause_and_lock); WARNING: EXPORT_SYMBOL(foo); should immediate

Re: [PATCH] drivers: cpuidle: Fix checkpatch error and warnings

2017-09-07 Thread Rafael J. Wysocki
On Thu, Sep 7, 2017 at 2:40 PM, gaurav jindal wrote: > this patch fixes the below checkpatch errors and warnings in > drivers/cpuidle/cpuidle.c > > WARNING: line over 80 characters > #311: FILE: drivers/cpuidle/cpuidle.c:311: > + /* Make sure all changes finished before we switch to

Re: [PATCH] drivers: cpuidle: Fix checkpatch error and warnings

2017-09-07 Thread gaurav jindal
this patch fixes the below checkpatch errors and warnings in drivers/cpuidle/cpuidle.c WARNING: line over 80 characters #311: FILE: drivers/cpuidle/cpuidle.c:311: + /* Make sure all changes finished before we switch to new idle */ WARNING: EXPORT_SYMBOL(foo); should immediately fol

Re: [PATCH] drivers: cpuidle: Fix checkpatch error and warnings

2017-09-07 Thread Joe Perches
On Thu, 2017-09-07 at 15:53 +0530, gaurav jindal wrote: > This patch fixes the below checkpatch errors and warnings in > drivers/cpuidle/cpuidle.c If you are going to propose a checkpatch only patch, please run your proposed patch through checkpatch. > diff --git a/drivers/cpuidle/cpuidle.c b/dri