From: Steve Wise <[email protected]>
Date: Thu, 18 Feb 2016 06:34:24 -0800
> The vpd strings are left justified, in a fixed length array, with possible
> trailing white space and no NUL. So fix them up before calling kstrto*().
>
> This is a recent regression which causes cxgb3 to fail to load.
>
> Fixes:e72c932('cxgb3: Convert simple_strtoul to kstrtox')
Space after "Fixes: ", and after the commit ID too. Double quotes to surround
the commit change log header line.
>
> Signed-off-by: Steve Wise <[email protected]>
Applied, thanks.