linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Chris Ball <cjb@laptop.org>
To: linux-mmc@vger.kernel.org,
	Tony Olech <tony.olech@elandigitalsystems.com>
Cc: Chris Ball <cjb@laptop.org>
Subject: [PATCH 2/6] mmc: vub300: add whitespace after module_param decls
Date: Sun, 15 May 2011 20:21:44 -0400	[thread overview]
Message-ID: <1305505308-8767-2-git-send-email-cjb@laptop.org> (raw)
In-Reply-To: <1305505308-8767-1-git-send-email-cjb@laptop.org>

Signed-off-by: Chris Ball <cjb@laptop.org>
---
 drivers/mmc/host/vub300.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/drivers/mmc/host/vub300.c b/drivers/mmc/host/vub300.c
index 04d445b..d5cff96 100644
--- a/drivers/mmc/host/vub300.c
+++ b/drivers/mmc/host/vub300.c
@@ -231,31 +231,39 @@ MODULE_LICENSE("GPL");
 static int limit_speed_to_24_MHz = INITIALIZE_VALUE_TO_ZERO;
 module_param(limit_speed_to_24_MHz, bool, 0644);
 MODULE_PARM_DESC(limit_speed_to_24_MHz, "Limit Max SDIO Clock Speed to 24 MHz");
+
 static int pad_input_to_usb_pkt = INITIALIZE_VALUE_TO_ZERO;
 module_param(pad_input_to_usb_pkt, bool, 0644);
 MODULE_PARM_DESC(pad_input_to_usb_pkt,
 		 "Pad USB data input transfers to whole USB Packet");
+
 static int disable_offload_processing = INITIALIZE_VALUE_TO_ZERO;
 module_param(disable_offload_processing, bool, 0644);
 MODULE_PARM_DESC(disable_offload_processing, "Disable Offload Processing");
+
 static int force_1_bit_data_xfers = INITIALIZE_VALUE_TO_ZERO;
 module_param(force_1_bit_data_xfers, bool, 0644);
 MODULE_PARM_DESC(force_1_bit_data_xfers,
 		 "Force SDIO Data Transfers to 1-bit Mode");
+
 static int force_polling_for_irqs = INITIALIZE_VALUE_TO_ZERO;
 module_param(force_polling_for_irqs, bool, 0644);
 MODULE_PARM_DESC(force_polling_for_irqs, "Force Polling for SDIO interrupts");
+
 static int firmware_irqpoll_timeout = 1024;
 module_param(firmware_irqpoll_timeout, int, 0644);
 MODULE_PARM_DESC(firmware_irqpoll_timeout, "VUB300 firmware irqpoll timeout");
+
 static int force_max_req_size = 128;
 module_param(force_max_req_size, int, 0644);
 MODULE_PARM_DESC(force_max_req_size, "set max request size in kBytes");
+
 #ifdef SMSC_DEVELOPMENT_BOARD
 static int firmware_rom_wait_states = 0x04;
 #else
 static int firmware_rom_wait_states = 0x1C;
 #endif
+
 module_param(firmware_rom_wait_states, bool, 0644);
 MODULE_PARM_DESC(firmware_rom_wait_states,
 		 "ROM wait states byte=RRRIIEEE (Reserved Internal External)");
-- 
1.7.0.1


  reply	other threads:[~2011-05-16  0:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-16  0:21 [PATCH 1/6] mmc: vub300: Formatting cleanup Chris Ball
2011-05-16  0:21 ` Chris Ball [this message]
2011-05-16  0:21 ` [PATCH 3/6] mmc: vub300: Remove initialization of static ints to 0 Chris Ball
2011-05-16  0:21 ` [PATCH 4/6] mmc: vub300: loop cleanup Chris Ball
2011-05-16  0:21 ` [PATCH 5/6] mmc: vub300: MODULE_* cleanup Chris Ball
2011-05-16  0:21 ` [PATCH 6/6] mmc: vub300: clean up multiline conditionals Chris Ball

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1305505308-8767-2-git-send-email-cjb@laptop.org \
    --to=cjb@laptop.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=tony.olech@elandigitalsystems.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).