public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Unnecessary code cleanup patches
@ 2025-04-03 13:26 Abraham Samuel Adekunle
  2025-04-03 13:26 ` [PATCH v2 1/3] staging: media: Remove duplicate NULL tests on a value in pci Abraham Samuel Adekunle
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Abraham Samuel Adekunle @ 2025-04-03 13:26 UTC (permalink / raw)
  To: outreachy, julia.lawall
  Cc: gregkh, linux-staging, linux-kernel, andy, hdegoede, mchehab,
	sakari.ailus, Abraham Samuel Adekunle

Changes since v1:
- suggested by Andy Shevchenko

* Patch for drivers/staging/media/av7110/sp8870.c and
   drivers/staging/media/atomisp/pci/atomisp_gmin_platform.c is split
   into two different patches in the patchset for use by the different
   driver maintainers.
* Added subject title for each of the separated patch
* Patch 1: Removed unnecessary curly braces {} initially inserted
* Patch 2: Unnecessary {} was also removed from v1

Abraham Samuel Adekunle (3):
  staging: media: Remove duplicate NULL tests on a value in pci
  staging: media: Remove duplicated NULL tests on a value in av7110
  staging: rtl8723bs: Prevent duplicate NULL tests on a value

 .../media/atomisp/pci/atomisp_gmin_platform.c |  2 +-
 drivers/staging/media/av7110/sp8870.c         | 10 ++--
 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c |  2 +-
 drivers/staging/rtl8723bs/core/rtw_xmit.c     | 56 +++++++++----------
 4 files changed, 33 insertions(+), 37 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-05-01 14:16 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-03 13:26 [PATCH v2 0/3] Unnecessary code cleanup patches Abraham Samuel Adekunle
2025-04-03 13:26 ` [PATCH v2 1/3] staging: media: Remove duplicate NULL tests on a value in pci Abraham Samuel Adekunle
2025-04-03 13:31   ` Andy Shevchenko
2025-04-03 23:32     ` Samuel Abraham
2025-04-03 13:54   ` Greg KH
2025-04-03 14:19     ` Hans de Goede
2025-05-01 14:16   ` Hans de Goede
2025-04-03 13:26 ` [PATCH v2 2/3] staging: media: Remove duplicated NULL tests on a value in av7110 Abraham Samuel Adekunle
2025-04-03 13:35   ` Andy Shevchenko
2025-04-03 13:26 ` [PATCH v2 3/3] staging: rtl8723bs: Prevent duplicate NULL tests on a value Abraham Samuel Adekunle
2025-04-03 13:39   ` Andy Shevchenko
2025-04-03 23:34     ` Samuel Abraham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox