diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-11-12 18:50:29 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-11-12 18:50:29 +0000 |
commit | 7832529d3fbbe20a07e5e2111ab67542500da007 (patch) | |
tree | 6636bb51d032be5cc750361b9e63af378b148a41 /target/linux/ar71xx/files/include | |
parent | 7e6b8b68bbb6a4a910cedd1b953891aeeaab8c75 (diff) | |
download | upstream-7832529d3fbbe20a07e5e2111ab67542500da007.tar.gz upstream-7832529d3fbbe20a07e5e2111ab67542500da007.tar.bz2 upstream-7832529d3fbbe20a07e5e2111ab67542500da007.zip |
ar71xx: fix whitespaces nits
(build error has been fixed - juhosg)
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23975 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/include')
-rw-r--r-- | target/linux/ar71xx/files/include/linux/spi/vsc7385.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/include/linux/spi/vsc7385.h b/target/linux/ar71xx/files/include/linux/spi/vsc7385.h index 90e05c83d2..1072ad7941 100644 --- a/target/linux/ar71xx/files/include/linux/spi/vsc7385.h +++ b/target/linux/ar71xx/files/include/linux/spi/vsc7385.h @@ -9,7 +9,7 @@ */ struct vsc7385_platform_data { - void (* reset)(void); + void (*reset)(void); char *ucode_name; struct { u32 tx_ipg:5; |