Re: [PATCH] scsi: megaraid: cleanup formatting of megaraid
From: Miguel Ojeda
Date: Thu Mar 03 2022 - 18:17:45 EST
On Thu, Mar 3, 2022 at 11:44 PM Finn Thain <fthain@xxxxxxxxxxxxxx> wrote:
>
> Others might argue that they should always be changed from,
>
> /*
> * this style
> * of multiline comment
> */
>
> to
>
> /* this style
> * of multiline comment
> */
In general, for things that the coding style guide talks about, we
should follow them, even if some subsystems do not (they can always
override in their folder if they really, really want it). So, here for
instance, the first one should be used.
Cheers,
Miguel