Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 789e90e5 authored by Sachin Kamat's avatar Sachin Kamat Committed by Luciano Coelho
Browse files

net: wireless: wl1251: Fix commenting style



Make the commenting style consistent with networking block comment
style as suggested by checkpatch.

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarLuciano Coelho <coelho@ti.com>
parent 19a4e68a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -93,8 +93,7 @@ static void wl1251_spi_wake(struct wl1251 *wl)
	memset(&t, 0, sizeof(t));
	spi_message_init(&m);

	/*
	 * Set WSPI_INIT_COMMAND
	/* Set WSPI_INIT_COMMAND
	 * the data is being send from the MSB to LSB
	 */
	cmd[2] = 0xff;
@@ -262,7 +261,8 @@ static int wl1251_spi_probe(struct spi_device *spi)
	wl->if_ops = &wl1251_spi_ops;

	/* This is the only SPI value that we need to set here, the rest
	 * comes from the board-peripherals file */
	 * comes from the board-peripherals file
	 */
	spi->bits_per_word = 32;

	ret = spi_setup(spi);