lkml.org 
[lkml]   [2021]   [Apr]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] Fix indentation of block comments
On Thu, Apr 29, 2021 at 02:25:32PM +0530, Sanjana Srinidhi wrote:
> Trailing */ of block comments is moved to a new line to maintain code uniformity.
>
> Signed-off-by: Sanjana Srinidhi <sanjanasrinidhi1810@gmail.com>
> ---
> drivers/pcmcia/soc_common.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/pcmcia/soc_common.c b/drivers/pcmcia/soc_common.c
> index 98b6d96a4435..7a88bd9bd4ed 100644
> --- a/drivers/pcmcia/soc_common.c
> +++ b/drivers/pcmcia/soc_common.c
> @@ -28,7 +28,8 @@
> the provisions above, a recipient may use your version of this
> file under either the MPL or the GPL.
>
> -======================================================================*/
> +======================================================================
> +*/

These kind of "cleanups" are mostly pointless and amount to nothing more
than noise.

Please consider working in drivers/staging/ which currently works as
some sort of learning-ground for new contributors instead if you really
want to send these kind of patches.

Johan

\
 
 \ /
  Last update: 2021-04-29 11:29    [W:0.032 / U:0.168 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site