On Wed, Mar 15, 2017 at 12:01:07PM +1100, Tobin C. Harding wrote:
> Bug introduced in commit 7676b72 by Tobin C. Harding.
>
> Remove equals sign from comparison, fixing off by one error.
>
> Signed-off-by: Tobin C. Harding <[email protected]>
In the future, when you fix something, it's nice to add a tag saying so
in this format:
Fixes: 7676b72428e8 ("staging: ks7010: move comparison to right hand side")
You can generate the string by doing:
git show -s --abbrev-commit --abbrev=12 --pretty=format:"%h (\"%s\")%n"
7676b72
I'll add it for this one.
thanks,
greg k-h
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel