Re: [PATCH v4] Staging: most: fix coding style issues

2019-07-02 Thread Greg KH
On Tue, Jul 02, 2019 at 05:24:03AM -0700, Gabriel Beauchamp wrote: > This is a patch for the core.[ch] files that fixes up warnings > found with the checkpatch.pl tool. > > Signed-off-by: Gabriel Beauchamp Hi, This is the friendly patch-bot of Greg Kroah-Hartman. You have sent him a patch

[PATCH v4] Staging: most: fix coding style issues

2019-07-02 Thread Gabriel Beauchamp
This is a patch for the core.[ch] files that fixes up warnings found with the checkpatch.pl tool. Signed-off-by: Gabriel Beauchamp --- Changes in v4: - fix a warning by making '*type' const Changes in v3: - add a break statement to preserve the control flow Changes in v2: - use a single snprintf