Re: [PATCH v2 04/23] staging: qlge: Fix WARNING: Missing a blank line after declarations

From: Greg KH
Date: Tue Dec 17 2019 - 07:37:29 EST


On Wed, Dec 11, 2019 at 12:12:33PM -0600, Scott Schafer wrote:
> Fix WARNING: Missing a blank line after declarations in the following
> files:
> qlge.h
> qlge_dbg.c
> qlge_main.c
> qlge_mpi.c
>
> Signed-off-by: Scott Schafer <schaferjscott@xxxxxxxxx>
> ---
> drivers/staging/qlge/qlge.h | 2 +-
> drivers/staging/qlge/qlge_dbg.c | 10 +++++-----
> drivers/staging/qlge/qlge_main.c | 26 +++++++++++++-------------
> drivers/staging/qlge/qlge_mpi.c | 12 ++++++------
> 4 files changed, 25 insertions(+), 25 deletions(-)
>
> diff --git a/drivers/staging/qlge/qlge.h b/drivers/staging/qlge/qlge.h
> index 89502a8300f6..d45c53a053c2 100644
> --- a/drivers/staging/qlge/qlge.h
> +++ b/drivers/staging/qlge/qlge.h
> @@ -2227,7 +2227,7 @@ static inline void ql_write_db_reg_relaxed(u32 val, void __iomem *addr)
> static inline u32 ql_read_sh_reg(__le32 *addr)
> {
> u32 reg;
> -
> +

The description of this patch is NOT what this patch is doing. It's
fixing up the mess you added in the previous patch :(

thanks,

greg k-h