ieee802154: cc2520: fix some kernel coding style errors
authorStefan Schmidt <stefan@osg.samsung.com>
Fri, 22 Sep 2017 12:14:02 +0000 (14:14 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Mon, 6 Nov 2017 15:27:54 +0000 (16:27 +0100)
Fix some spacing and needed new line.

Signed-off-by: Stefan Schmidt <stefan@osg.samsung.com>
Acked-by: Varka Bhadram <varkabhadram@gmail.com>
Signed-off-by: Stefan Schmidt <stefan@osg.samsung.com>
drivers/net/ieee802154/cc2520.c

index d50add7..9c1d176 100644 (file)
@@ -648,7 +648,7 @@ cc2520_set_channel(struct ieee802154_hw *hw, u8 page, u8 channel)
        BUG_ON(channel > CC2520_MAXCHANNEL);
 
        ret = cc2520_write_register(priv, CC2520_FREQCTRL,
-                                   11 + 5*(channel - 11));
+                                   11 + 5 * (channel - 11));
 
        return ret;
 }
@@ -929,6 +929,7 @@ static int cc2520_get_platform_data(struct spi_device *spi,
 
        if (!np) {
                struct cc2520_platform_data *spi_pdata = spi->dev.platform_data;
+
                if (!spi_pdata)
                        return -ENOENT;
                *pdata = *spi_pdata;