Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: rts5139: Unnecessary space between function pointer name.

Unnecessary space between function pointer name.

Signed-off-by: Keerthimai Janarthanan <keerthimaipb@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Keerthimai Janarthanan and committed by
Greg Kroah-Hartman
89554f38 c2f4527e

+2 -2
+2 -2
drivers/staging/rts5139/sd.c
··· 1529 1529 int i, j; 1530 1530 u32 raw_phase_map[3], phase_map; 1531 1531 u8 final_phase; 1532 - int (*tuning_cmd) (struct rts51x_chip *chip, u8 sample_point); 1532 + int (*tuning_cmd)(struct rts51x_chip *chip, u8 sample_point); 1533 1533 1534 1534 if (CHK_SD(sd_card)) { 1535 1535 if (CHK_SD_DDR50(sd_card)) ··· 1627 1627 int i, j; 1628 1628 u32 raw_phase_map[3], phase_map; 1629 1629 u8 final_phase; 1630 - int (*tuning_cmd) (struct rts51x_chip *chip, u8 sample_point); 1630 + int (*tuning_cmd)(struct rts51x_chip *chip, u8 sample_point); 1631 1631 1632 1632 if (CHK_SD(sd_card)) { 1633 1633 if (CHK_SD_DDR50(sd_card))