On 26/05/16 04:22, Kevin McKinney wrote:
> This patchset will address issues reported by checkpatch.pl tool
> for file prism2usb.c.
> 
> Kevin McKinney (3):
>   Staging: wlan-ng: fix alignment not matching.
>   Staging: wlan-ng: fix unnecessary parentheses.
>   Staging: wlan-ng: fix comparison to NULL issue.
> 
>  drivers/staging/wlan-ng/prism2usb.c | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
> 

Hello Kevin,

Thanks for fixing the issue.

A note for the future, when you resend a patch series you should
mark it as a new version. So the system maintainer knows the evolution
of the patchset and to drop the earlier versions in his process.

Look at this random example I just found:
https://lkml.org/lkml/2016/5/26/161

If you are using git format-patch, this is done with:
git format-patch --subject-prefix="PATCH v2"

Thanks,
Luis
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to