]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: pi433: Make functions rf69_set_bandwidth_intern static
authorColin Ian King <colin.king@canonical.com>
Tue, 18 Jul 2017 13:03:59 +0000 (14:03 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Jul 2017 23:59:16 +0000 (16:59 -0700)
The function rf69_set_bandwidth_intern is local to the source
and do not need to be in global scope, so make it static. Also
break overly wide line.

Cleans up sparse warning:
symbol 'update_share_count' was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Marcus Wolf <linux@wolf-entwicklungen.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/pi433/rf69.c

index e391ce777bc788c7f923454e9c2715846938dab1..04af906476e35553b84603d216f1938331ed20d1 100644 (file)
@@ -433,7 +433,8 @@ int rf69_set_dc_cut_off_frequency_during_afc(struct spi_device *spi, enum dccPer
        return rf69_set_dc_cut_off_frequency_intern(spi, REG_AFCBW, dccPercent);
 }
 
-int rf69_set_bandwidth_intern(struct spi_device *spi, u8 reg, enum mantisse mantisse, u8 exponent)
+static int rf69_set_bandwidth_intern(struct spi_device *spi, u8 reg,
+                                    enum mantisse mantisse, u8 exponent)
 {
        u8 newValue;