All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Staging: Remove unnecessary goto.
@ 2016-03-01 12:46 Sandhya Bankar
  2016-03-01 12:48 ` [PATCH v2 1/5] Staging: gdm72xx: " Sandhya Bankar
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Sandhya Bankar @ 2016-03-01 12:46 UTC (permalink / raw)
  To: outreachy-kernel

Remove unnecessary goto.
changes in v2:
*Simplify the code by adding return statement instead of goto due to which no need of end labels and so there will be no more jumps.

Sandhya Bankar (5):
  Staging: gdm72xx: Remove unnecessary goto.
  Staging: iio: ade7754: Remove unnecessary goto.
  Staging: iio: ade7758_core: Remove unnecessary goto.
  Staging: iio: ade7854: Remove unnecessary goto.
  Staging: media: Remove unnecessary goto.

 drivers/staging/gdm72xx/usb_boot.c            | 6 ++----
 drivers/staging/iio/meter/ade7754.c           | 5 +----
 drivers/staging/iio/meter/ade7758_core.c      | 5 +----
 drivers/staging/iio/meter/ade7854.c           | 5 +----
 drivers/staging/media/bcm2048/radio-bcm2048.c | 7 ++-----
 5 files changed, 7 insertions(+), 21 deletions(-)

-- 
1.8.3.4



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

end of thread, other threads:[~2016-03-02 12:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-01 12:46 [PATCH v2 0/5] Staging: Remove unnecessary goto Sandhya Bankar
2016-03-01 12:48 ` [PATCH v2 1/5] Staging: gdm72xx: " Sandhya Bankar
2016-03-01 12:50 ` [PATCH v2 2/5] Staging: iio: ade7754: " Sandhya Bankar
2016-03-01 12:51 ` [PATCH v2 3/5] Staging: iio: ade7758_core: " Sandhya Bankar
2016-03-02 12:27   ` [Outreachy kernel] " Daniel Baluta
2016-03-01 12:53 ` [PATCH v2 4/5] Staging: iio: ade7854: " Sandhya Bankar
2016-03-01 12:55 ` [PATCH v2 5/5] Staging: media: " Sandhya Bankar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.