Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sachin Kamat and committed by
Luciano Coelho
789e90e5 19a4e68a

+3 -3
+3 -3
drivers/net/wireless/ti/wl1251/spi.c
··· 93 93 memset(&t, 0, sizeof(t)); 94 94 spi_message_init(&m); 95 95 96 - /* 97 - * Set WSPI_INIT_COMMAND 96 + /* Set WSPI_INIT_COMMAND 98 97 * the data is being send from the MSB to LSB 99 98 */ 100 99 cmd[2] = 0xff; ··· 261 262 wl->if_ops = &wl1251_spi_ops; 262 263 263 264 /* This is the only SPI value that we need to set here, the rest 264 - * comes from the board-peripherals file */ 265 + * comes from the board-peripherals file 266 + */ 265 267 spi->bits_per_word = 32; 266 268 267 269 ret = spi_setup(spi);