From: Georgios Emmanouil Date: Thu, 2 Mar 2017 17:07:04 +0000 (+0200) Subject: Staging:wilc1000:wilc_spi: Added blank line after function and modified comment style X-Git-Tag: v4.12-rc1~84^2~692 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6847fc05884484a0beafac75ac3458534157d7ac;p=thirdparty%2Flinux.git Staging:wilc1000:wilc_spi: Added blank line after function and modified comment style Added blank line after function and modified comment style. Signed-off-by: Georgios Emmanouil Reviewed-by: Julian Calaby Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/wilc_spi.c b/drivers/staging/wilc1000/wilc_spi.c index 4724586f919a0..0363b08695169 100644 --- a/drivers/staging/wilc1000/wilc_spi.c +++ b/drivers/staging/wilc1000/wilc_spi.c @@ -1128,11 +1128,8 @@ static int wilc_spi_sync_ext(struct wilc *wilc, int nint) return 1; } -/******************************************** - * - * Global spi HIF function table - * - ********************************************/ + +/* Global spi HIF function table */ static const struct wilc_hif_func wilc_hif_spi = { .hif_init = wilc_spi_init, .hif_deinit = _wilc_spi_deinit,