linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] staging: rtl8712: rewrite comparisons and remove blank lines
@ 2021-04-06 11:43 Zhansaya Bagdauletkyzy
  2021-04-06 11:43 ` [PATCH v2 1/2] staging: rtl8712: Rewrite NULL comparisons Zhansaya Bagdauletkyzy
  2021-04-06 11:43 ` [PATCH v2 2/2] staging: rtl8712: Remove extra blank lines Zhansaya Bagdauletkyzy
  0 siblings, 2 replies; 5+ messages in thread
From: Zhansaya Bagdauletkyzy @ 2021-04-06 11:43 UTC (permalink / raw)
  To: Larry.Finger, florian.c.schilhabel, gregkh
  Cc: linux-staging, linux-kernel, outreachy-kernel

This patchset replaces NULL comparisons with boolean negation and
removes extra blank lines after an open brace.

Changes since v1:
	- more detailed descripton of the commit

Zhansaya Bagdauletkyzy (2):
  staging: rtl8712: Rewrite NULL comparisons
  staging: rtl8712: Remove extra blank lines

 drivers/staging/rtl8712/rtl871x_io.h   |  1 -
 drivers/staging/rtl8712/rtl871x_mlme.h |  1 -
 drivers/staging/rtl8712/rtl871x_recv.h | 11 +++++------
 drivers/staging/rtl8712/sta_info.h     |  1 -
 4 files changed, 5 insertions(+), 9 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 5+ messages in thread
* [PATCH v2 0/2] staging: rtl8712: rewrite comparisons and remove blank lines
@ 2021-04-06 12:09 Zhansaya Bagdauletkyzy
  2021-04-06 12:09 ` [PATCH v2 1/2] staging: rtl8712: Rewrite NULL comparisons Zhansaya Bagdauletkyzy
  0 siblings, 1 reply; 5+ messages in thread
From: Zhansaya Bagdauletkyzy @ 2021-04-06 12:09 UTC (permalink / raw)
  To: Larry.Finger, florian.c.schilhabel, gregkh
  Cc: linux-staging, linux-kernel, outreachy-kernel

This patchset replaces NULL comparisons with boolean negation and
removes extra blank lines after an open brace.

Changes since v1:
	- more detailed description of the commit

Zhansaya Bagdauletkyzy (2):
  staging: rtl8712: Rewrite NULL comparisons
  staging: rtl8712: Remove extra blank lines

 drivers/staging/rtl8712/rtl871x_io.h   |  1 -
 drivers/staging/rtl8712/rtl871x_mlme.h |  1 -
 drivers/staging/rtl8712/rtl871x_recv.h | 11 +++++------
 drivers/staging/rtl8712/sta_info.h     |  1 -
 4 files changed, 5 insertions(+), 9 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-04-06 14:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-06 11:43 [PATCH v2 0/2] staging: rtl8712: rewrite comparisons and remove blank lines Zhansaya Bagdauletkyzy
2021-04-06 11:43 ` [PATCH v2 1/2] staging: rtl8712: Rewrite NULL comparisons Zhansaya Bagdauletkyzy
2021-04-06 11:43 ` [PATCH v2 2/2] staging: rtl8712: Remove extra blank lines Zhansaya Bagdauletkyzy
2021-04-06 12:09 [PATCH v2 0/2] staging: rtl8712: rewrite comparisons and remove " Zhansaya Bagdauletkyzy
2021-04-06 12:09 ` [PATCH v2 1/2] staging: rtl8712: Rewrite NULL comparisons Zhansaya Bagdauletkyzy
2021-04-06 14:12   ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).