Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1255523

[PATCH 0/6] Fix coding style issues

From Punit Vara <punitvara@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 0/6] Fix coding style issues
Date 2015-10-25 19:50 +0100
Message-ID <qnywF-6tT-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Fixed coding style issues reported by coccicheck and checkpatch tool

Punit Vara (6):
  block: Remove unneeded variable err for returning 0
  block: drbd: Remove unnedded semicolon
  block: Remove unnedded semicolon
  block: Coding style fix for comma and open , close parenthesis
  block: Coding style fix for comma and open , close parenthesis
  block: Coding style fix for comma and open , close parenthesis

 drivers/block/ataflop.c       | 574 +++++++++++++++++++++---------------------
 drivers/block/drbd/drbd_req.c |   2 +-
 drivers/block/mg_disk.c       |   3 +-
 drivers/block/sunvdc.c        |   2 +-
 4 files changed, 290 insertions(+), 291 deletions(-)

-- 
2.5.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/6] Fix coding style issues Punit Vara <punitvara@gmail.com> - 2015-10-25 19:50 +0100
  [PATCH 5/6] block: Coding style fix for comma and open , close parenthesis Punit Vara <punitvara@gmail.com> - 2015-10-25 19:50 +0100
  [PATCH 6/6] block: Coding style fix for comma and open , close parenthesis Punit Vara <punitvara@gmail.com> - 2015-10-25 19:50 +0100
    Re: [PATCH 6/6] block: Coding style fix for comma and open , close parenthesis punit vara <punitvara@gmail.com> - 2015-10-25 20:00 +0100
  [PATCH 1/6] block: Remove unneeded variable err for returning 0 Punit Vara <punitvara@gmail.com> - 2015-10-25 20:00 +0100
    Re: [PATCH 1/6] block: Remove unneeded variable err for returning 0 punit vara <punitvara@gmail.com> - 2015-10-27 20:20 +0100
  [PATCH 2/6] block: drbd: Remove unnedded semicolon Punit Vara <punitvara@gmail.com> - 2015-10-25 20:00 +0100
  [PATCH 3/6] block: Remove unnedded semicolon Punit Vara <punitvara@gmail.com> - 2015-10-25 20:00 +0100
  [PATCH 4/6] block: Coding style fix for comma and open , close parenthesis Punit Vara <punitvara@gmail.com> - 2015-10-25 20:00 +0100

csiph-web