Skip to content

Commit a8c122f

Browse files
srcres2581Dominik Brodowski
authored andcommitted
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 <[email protected]> Signed-off-by: Dominik Brodowski <[email protected]>
1 parent af741b0 commit a8c122f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/pcmcia/sa1100_simpad.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include <asm/mach-types.h>
1515
#include <mach/simpad.h>
1616
#include "sa1100_generic.h"
17-
17+
1818
static int simpad_pcmcia_hw_init(struct soc_pcmcia_socket *skt)
1919
{
2020

@@ -66,7 +66,7 @@ simpad_pcmcia_configure_socket(struct soc_pcmcia_socket *skt,
6666
simpad_clear_cs3_bit(VCC_3V_EN|VCC_5V_EN|EN0|EN1);
6767
break;
6868

69-
case 33:
69+
case 33:
7070
simpad_clear_cs3_bit(VCC_3V_EN|EN1);
7171
simpad_set_cs3_bit(VCC_5V_EN|EN0);
7272
break;
@@ -95,7 +95,7 @@ static void simpad_pcmcia_socket_suspend(struct soc_pcmcia_socket *skt)
9595
simpad_set_cs3_bit(PCMCIA_RESET);
9696
}
9797

98-
static struct pcmcia_low_level simpad_pcmcia_ops = {
98+
static struct pcmcia_low_level simpad_pcmcia_ops = {
9999
.owner = THIS_MODULE,
100100
.hw_init = simpad_pcmcia_hw_init,
101101
.hw_shutdown = simpad_pcmcia_hw_shutdown,

0 commit comments

Comments
 (0)