From: Hu Haowen Date: Mon, 30 Mar 2020 02:00:24 +0000 (+0800) Subject: pcmcia: remove some unused space characters X-Git-Tag: v5.7-rc1~68^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a8c122f72d944f0e77b58c8b44a539a8f0e39017;p=thirdparty%2Flinux.git pcmcia: remove some unused space characters There are a few space characters I found by chance. I think they are redundant, so I removed them. Signed-off-by: Hu Haowen Signed-off-by: Dominik Brodowski --- diff --git a/drivers/pcmcia/sa1100_simpad.c b/drivers/pcmcia/sa1100_simpad.c index e2e8729afd9dc..784ada5b8c4fa 100644 --- a/drivers/pcmcia/sa1100_simpad.c +++ b/drivers/pcmcia/sa1100_simpad.c @@ -14,7 +14,7 @@ #include #include #include "sa1100_generic.h" - + static int simpad_pcmcia_hw_init(struct soc_pcmcia_socket *skt) { @@ -66,7 +66,7 @@ simpad_pcmcia_configure_socket(struct soc_pcmcia_socket *skt, simpad_clear_cs3_bit(VCC_3V_EN|VCC_5V_EN|EN0|EN1); break; - case 33: + case 33: simpad_clear_cs3_bit(VCC_3V_EN|EN1); simpad_set_cs3_bit(VCC_5V_EN|EN0); break; @@ -95,7 +95,7 @@ static void simpad_pcmcia_socket_suspend(struct soc_pcmcia_socket *skt) simpad_set_cs3_bit(PCMCIA_RESET); } -static struct pcmcia_low_level simpad_pcmcia_ops = { +static struct pcmcia_low_level simpad_pcmcia_ops = { .owner = THIS_MODULE, .hw_init = simpad_pcmcia_hw_init, .hw_shutdown = simpad_pcmcia_hw_shutdown,