Re: [PATCH v3] drivers/staging/exfat/exfat_super.c: Clean up ffsCamelCase function names

From: Greg KH
Date: Thu Dec 19 2019 - 12:13:46 EST


On Wed, Dec 18, 2019 at 08:47:22AM +0100, Julian Preis wrote:
> Rename every instance of <ffsCamelCaseExample> to <camel_case_example>
> in file exfat_super.c. Fix alignment.
>
> Co-developed-by: Johannes Weidner <johannes.weidner@xxxxxx>
> Signed-off-by: Johannes Weidner <johannes.weidner@xxxxxx>
> Signed-off-by: Julian Preis <julian.preis@xxxxxx>
>
> ---
> Changes in v3:
> - Change renaming from <ffs_camel_case_example> to <camel_case_example>
>
> Changes in v2:
> - Add email recipients according to get_maintainer.pl
> - Add patch versions
> - Use in-reply-to
>
> drivers/staging/exfat/exfat_super.c | 98 ++++++++++++++---------------
> 1 file changed, 49 insertions(+), 49 deletions(-)

This patch breaks the build horribly :(

Did you test it?

Please always do so, otherwise it makes maintainers grumpy :(

greg k-h