Re: [PATCH] printk: Move EXPORT_SYMBOL() closer to vprintk definition

From: Sergey Senozhatsky
Date: Tue Jun 15 2021 - 21:30:42 EST


On (21/06/15 08:56), Punit Agrawal wrote:
> Commit 28e1745b9fa2 ("printk: rename vprintk_func to vprintk") while
> improving readability by removing vprintk indirection, inadvertently
> placed the EXPORT_SYMBOL() for the newly renamed function at the end
> of the file.
>
> For reader sanity, and as is convention move the EXPORT_SYMBOL()
> declaration just after the end of the function.
>
> Fixes: 28e1745b9fa2 ("printk: rename vprintk_func to vprintk")
> Signed-off-by: Punit Agrawal <punitagrawal@xxxxxxxxx>

Acked-by: Sergey Senozhatsky <senozhatsky@xxxxxxxxxxxx>