From: Santiago Torres
Added three newlines after variable declarations to pass checkpatch.pl.
Signed-off by: Santiago Torres-Arias
---
drivers/staging/rtl8712/mlme_linux.c |3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/staging/rtl8712/mlme_linux.c
b/drivers/staging/rtl8712/
From: Santiago Torres
[linux-next]: Make the format strings for netdev_err shorter so they can
fit under the 80 column width requirement.
To achieve this, the "result=" was stripped down to an implicit version
(i.e. result=%d to (%d)). This allows the whole string to fit inside the
80 column li