Re: [PATCH v2] Staging: rtl8192u: ieee80211: ieee80211_module.c: fix style issue

2017-05-12 Thread Riccardo Marotti
On 05/12/2017 11:07 AM, Greg KH wrote: > On Sun, May 07, 2017 at 11:01:07AM +0200, Riccardo Marotti wrote: >> Fixed a brace coding style issue, found via checkpatch. >> >> Signed-off-by: Riccardo Marotti >> --- >> drivers/staging/rtl8192u/ieee80211/ieee80211_mo

[PATCH v3] Staging: rtl8192u: ieee80211: ieee80211_module.c: fix style issue

2017-05-12 Thread Riccardo Marotti
Fixed a brace coding style issue, found via checkpatch. Signed-off-by: Riccardo Marotti --- Changes in v2: - Fix mismatch between "Signed-off-by:" and "From:" names. Changes in v3: - Fix missing summary of changes in version 2. drivers/staging/rtl8192u/ieee80211/ie

[PATCH v2] Staging: rtl8192u: ieee80211: ieee80211_module.c: fix style issue

2017-05-07 Thread Riccardo Marotti
Fixed a brace coding style issue, found via checkpatch. Signed-off-by: Riccardo Marotti --- drivers/staging/rtl8192u/ieee80211/ieee80211_module.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c b/drivers/staging

Re: [PATCH] Staging: rtl8192u: ieee80211: ieee80211_module.c: fix style issue

2017-05-07 Thread Riccardo Marotti
On 05/07/2017 08:47 AM, Riccardo Marotti wrote: > From: Riccardo > > Fixed a brace coding style issue, found via checkpatch. > > Signed-off-by: Riccardo Marotti > --- > drivers/staging/rtl8192u/ieee80211/ieee80211_module.c | 3 +-- > 1 file changed, 1 insertion(+),

[PATCH] Staging: rtl8192u: ieee80211: ieee80211_module.c: fix style issue

2017-05-06 Thread Riccardo Marotti
From: Riccardo Fixed a brace coding style issue, found via checkpatch. Signed-off-by: Riccardo Marotti --- drivers/staging/rtl8192u/ieee80211/ieee80211_module.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c b

Re: [PATCH] Staging: rtl8192u: ieee80211: ieee80211_module.c: fix style issue

2017-05-06 Thread Riccardo Marotti
On Sun, May 7, 2017 at 5:14 AM, Greg KH wrote: > On Thu, May 04, 2017 at 10:06:51PM +0200, Riccardo wrote: >> Fixed a brace coding style issue, found via checkpatch. >> >> Signed-off-by: Riccardo Marotti > > This name doesn't match the name on the From: line of y