Skip to content

Commit

Permalink
staging: qlge: qlge.h: Insert line after declaration.
Browse files Browse the repository at this point in the history
Issue found by checkpatch.pl

Signed-off-by: Suraj Upadhyay <usuraj35@gmail.com>
Link: https://lore.kernel.org/r/d14343ed4ea3d4428f93a63bf1f52804ed5938e9.1594642213.git.usuraj35@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Suraj Upadhyay authored and Greg Kroah-Hartman committed Jul 13, 2020
1 parent d923bb6 commit dd7f1b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/qlge/qlge.h
Original file line number Diff line number Diff line change
@@ -2224,6 +2224,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;

reg = le32_to_cpu(*addr);
rmb();
return reg;

0 comments on commit dd7f1b6

Please sign in to comment.