Acked-by: Chengwen Feng <[email protected]>

On 1/29/2026 10:47 PM, Thomas Monjalon wrote:
> At the end of a comment, no need for an extra line.
> 
> This pattern was fixed with the following command:
> git ls lib | xargs sed -i '/^ *\* *$/{N;/ *\*\/ *$/D;}'
> 
> A comment should always be terminated with */
> 
> Extra asterisks were found with this command:
> git grep '\* *\*/' lib
> 
> Signed-off-by: Thomas Monjalon <[email protected]>

Reply via email to