Re: [PATCH v3 1/6] staging: rtl8192e: fix coding style issues (merge broken strings)

From: Mateusz Kulikowski
Date: Mon Mar 16 2015 - 17:58:10 EST


On 13.03.2015 01:27, Joe Perches wrote:
>
> Another thing you might consider is to change these
> embedded function names in another patch to use
> "%s: ", __func__
>
> RT_TRACE(COMP_ERR,
> "%s: "unknown hardware version\n",
> __func__)
>
> There's a cocci script for that.
> http://cocci.systeme.lip6.narkive.com/nKXf6Bmy/finding-embedded-function-names

This tool (coccinelle) looks great - I will once take look at it and do swap like suggested;
It probably can be used to cleanup other parts of this driver as well - if I knew about it earlier it would save me a lot of repetitive work.

Regards,
Mateusz

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/