[PATCH] staging:rtl8723bs:core:rtw_wlan_util:fixed indentation coding style issue

2021-03-13 Thread Shreya
Fixed the indentation of the else part of the conditional statement. Signed-off-by: Shreya Ajith --- drivers/staging/rtl8723bs/core/rtw_wlan_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8723bs/core/rtw_wlan_util.c b/drivers/staging/rtl8723bs

[PATCH v2] staging:rtl8723bs:core:rtw_wlan_util:fixed indentation coding style issue

2021-03-14 Thread Shreya
Fixed the indentation of the else part of the conditional statement. Signed-off-by: Shreya --- v1 -> v2: Changed name in signed-off-by to match name in From drivers/staging/rtl8723bs/core/rtw_wlan_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/stag

[PATCH v3] staging:rtl8723bs:core:rtw_wlan_util:fixed indentation coding style issue

2021-03-16 Thread Shreya AJith
Fixed the indentation of the else part of the conditional statement. Signed-off-by: Shreya Ajith --- v1-> v2: Changed name in signed-off-by to match name in From. v2-> v3: Reversed the change and made change in From instead. drivers/staging/rtl8723bs/core/rtw_wlan_util.c | 2 +- 1 file c

[PATCH v4] staging:rtl8723bs:core:rtw_wlan_util:fixed indentation coding style issue

2021-03-16 Thread Shreya Ajith
Fixed the indentation of the else part of the conditional statement. Signed-off-by: Shreya Ajith --- v1 -> v2: Changed name in signed-off-by to match name in From. v2 -> v3: Reverted the change and changed name in From instead. v3 -> v4: Corrected capitalization error in From. driver

Removal of dump_stack()s from /fs/ubifs/io.c

2019-05-15 Thread Shreya Gangan (shgangan)
Hi, /fs/ubifs/io.c has dump_stack() in multiple functions upon errors and sometimes warnings. Since the error and warning messages seem to be unique, the functional value of these dump_stacks is not apparent. Why are these dump_stacks required and what issues might occur upon the removal

Re: Removal of dump_stack()s from /fs/ubifs/io.c

2019-05-15 Thread Shreya Gangan (shgangan)
Hi Richard, On 5/15/19, 2:01 PM, "Richard Weinberger" wrote: > On Wed, May 15, 2019 at 10:45 PM Shreya Gangan (shgangan) > wrote: > > > > Hi, > > > > /fs/ubifs/io.c has dump_stack() in multiple functions upon errors and > > sometimes warnings.