On Fri, Dec 10, 2021 at 11:15:36AM +0900, Damien Le Moal wrote: > Avoid overly long lines, remove unnecessary curly brackets and add blank > lines to make the code more readable. > > No functional changes. > > Signed-off-by: Damien Le Moal <damien.lemoal@xxxxxxxxxxxxxxxxxx> > Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@xxxxxxx> > --- Personally, I think that line lengths > 80 is fine, as long as they are <= 100. Regardless, the blank lines alone makes the code more readable, so: Reviewed-by: Niklas Cassel <niklas.cassel@xxxxxxx>