diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-05-29 06:18:23 -0400 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2013-06-17 05:24:09 -0400 |
commit | 789e90e567d7d93edc1b2001d17209c21cc37850 (patch) | |
tree | 4462e5b369ad4bf6842afc771b1b6e79a6dc48d6 /drivers/net | |
parent | 19a4e68a8a192957f7556a0aae9c37a6bc73cde6 (diff) |
net: wireless: wl1251: Fix commenting style
Make the commenting style consistent with networking block comment
style as suggested by checkpatch.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/ti/wl1251/spi.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/ti/wl1251/spi.c b/drivers/net/wireless/ti/wl1251/spi.c index dfd087742d1a..c7dc6feab2ff 100644 --- a/drivers/net/wireless/ti/wl1251/spi.c +++ b/drivers/net/wireless/ti/wl1251/spi.c | |||
@@ -93,8 +93,7 @@ static void wl1251_spi_wake(struct wl1251 *wl) | |||
93 | memset(&t, 0, sizeof(t)); | 93 | memset(&t, 0, sizeof(t)); |
94 | spi_message_init(&m); | 94 | spi_message_init(&m); |
95 | 95 | ||
96 | /* | 96 | /* Set WSPI_INIT_COMMAND |
97 | * Set WSPI_INIT_COMMAND | ||
98 | * the data is being send from the MSB to LSB | 97 | * the data is being send from the MSB to LSB |
99 | */ | 98 | */ |
100 | cmd[2] = 0xff; | 99 | cmd[2] = 0xff; |
@@ -262,7 +261,8 @@ static int wl1251_spi_probe(struct spi_device *spi) | |||
262 | wl->if_ops = &wl1251_spi_ops; | 261 | wl->if_ops = &wl1251_spi_ops; |
263 | 262 | ||
264 | /* This is the only SPI value that we need to set here, the rest | 263 | /* This is the only SPI value that we need to set here, the rest |
265 | * comes from the board-peripherals file */ | 264 | * comes from the board-peripherals file |
265 | */ | ||
266 | spi->bits_per_word = 32; | 266 | spi->bits_per_word = 32; |
267 | 267 | ||
268 | ret = spi_setup(spi); | 268 | ret = spi_setup(spi); |