Re: [PATCH] staging: vme_user: Fix block comments where '*' on each line should be aligned

From: Dan Carpenter
Date: Tue Sep 05 2023 - 12:19:35 EST


On Sun, Sep 03, 2023 at 10:37:32PM +0200, Jonathan Bergh wrote:
> Fixed checkpatch warnings where lines with '*' in block comments should
> be aligned and were not as well as incorrect tab spacings at the start of
> comment lines. Also removed spurious newlines between define statements
> in define blocks

Do this in two patches.

patch 1: delete blank lines
patch 2: change comments

regards,
dan carpenter