public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Fix coding style in sdhci.c
@ 2012-11-09 11:39 Tushar Behera
  2012-11-09 11:39 ` [PATCH 1/8] mmc: sdhci: fix coding style in sdhci_calc_timeout Tushar Behera
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Tushar Behera @ 2012-11-09 11:39 UTC (permalink / raw)
  To: linux-kernel, linux-mmc; +Cc: cjb, patches

Documents/CodingStyle Chapter 3 recommends usage of braces for both
if and else statements if any of the branches contains multiple
statements.

Cleaning up drivers/mmc/host/sdhci.c for all these occurrences.

Tushar Behera (8):
  mmc: sdhci: fix coding style in sdhci_calc_timeout
  mmc: sdhci: fix coding style in sdhci_set_transfer_mode
  mmc: sdhci: fix coding style in sdhci_finish_data
  mmc: sdhci: fix coding style in sdhci_set_clock
  mmc: sdhci: fix coding style in sdhci_do_set_ios
  mmc: sdhci: fix coding style in sdhci_execute_tuning
  mmc: sdhci: fix coding style in sdhci_data_irq
  mmc: sdhci: fix coding style in sdhci_add_host

 drivers/mmc/host/sdhci.c |   58 +++++++++++++++++++++++++--------------------
 1 files changed, 32 insertions(+), 26 deletions(-)

-- 
1.7.4.1


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

end of thread, other threads:[~2012-11-12  7:54 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-09 11:39 [PATCH 0/8] Fix coding style in sdhci.c Tushar Behera
2012-11-09 11:39 ` [PATCH 1/8] mmc: sdhci: fix coding style in sdhci_calc_timeout Tushar Behera
2012-11-09 11:39 ` [PATCH 2/8] mmc: sdhci: fix coding style in sdhci_set_transfer_mode Tushar Behera
2012-11-09 11:39 ` [PATCH 3/8] mmc: sdhci: fix coding style in sdhci_finish_data Tushar Behera
2012-11-09 11:39 ` [PATCH 4/8] mmc: sdhci: fix coding style in sdhci_set_clock Tushar Behera
2012-11-09 11:39 ` [PATCH 5/8] mmc: sdhci: fix coding style in sdhci_do_set_ios Tushar Behera
2012-11-09 11:39 ` [PATCH 6/8] mmc: sdhci: fix coding style in sdhci_execute_tuning Tushar Behera
2012-11-09 11:39 ` [PATCH 7/8] mmc: sdhci: fix coding style in sdhci_data_irq Tushar Behera
2012-11-09 11:39 ` [PATCH 8/8] mmc: sdhci: fix coding style in sdhci_add_host Tushar Behera
2012-11-12  2:24 ` [PATCH 0/8] Fix coding style in sdhci.c Jaehoon Chung
2012-11-12  4:38   ` Tushar Behera
2012-11-12  7:12     ` Chris Ball
2012-11-12  7:37       ` Tushar Behera
2012-11-12  7:54       ` Joe Perches

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