[PATCH] Staging: bcm: Checkpatch fixes

Kevin McKinney klmckinney1 at gmail.com
Wed Oct 24 00:59:28 UTC 2012


On Tue, Oct 23, 2012 at 03:50:33PM +0100, Ceri James wrote:
> This fixes the following checkpatch issues:
> 
> WARNING: line over 80 characters
> +INT InterfaceIdleModeRespond(struct bcm_mini_adapter *Adapter, unsigned int *puiBuffer);
> 
> ERROR: "foo * bar" should be "foo *bar"
> +INT InterfaceWakeUp(struct bcm_mini_adapter * Adapter);
> 
> Signed-off-by: Ceri James <jamesceri at googlemail.com>
> ---
>  drivers/staging/bcm/InterfaceIdleMode.h |    5 +++--
>  1 files changed, 3 insertions(+), 2 deletions(-)

Hi Ceri,

Please submit one patch per warning / error. In this case you will submit two patches. The first patch will fix "Warning: line over 80
characters". The second patch will fix "foo * bar should be foo *bar".

Thanks,
Kevin



More information about the devel mailing list