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

Commit 6feb5c82 authored by Xiangyang Zhang's avatar Xiangyang Zhang Committed by Greg Kroah-Hartman
Browse files

staging: pi433: fixed coding style issues



space required before the open parenthesis, open brace should be
on previous line.

Signed-off-by: default avatarXiangyang Zhang <xyz.sun.ok@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 08f7c8bb
Loading
Loading
Loading
Loading
+7 −8
Original line number Diff line number Diff line
@@ -1125,8 +1125,7 @@ static int pi433_probe(struct spi_device *spi)
	if (retval < 0)
		return retval;

	switch(retval)
	{
	switch (retval) {
	case 0x24:
		dev_dbg(&spi->dev, "found pi433 (ver. 0x%x)", retval);
		break;