Commit 0052b8bb5ad24ff2c5b065adc7ed44dc8390bd4b

Authored by Hauke Mehrtens
Committed by John W. Linville
1 parent 634c8d2587

ssb: fix typo in ifdef comment

Cc:	Michael Buesch <mb@bu3sch.de>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

drivers/ssb/ssb_private.h
... ... @@ -196,7 +196,7 @@
196 196 #ifdef CONFIG_SSB_B43_PCI_BRIDGE
197 197 extern int __init b43_pci_ssb_bridge_init(void);
198 198 extern void __exit b43_pci_ssb_bridge_exit(void);
199   -#else /* CONFIG_SSB_B43_PCI_BRIDGR */
  199 +#else /* CONFIG_SSB_B43_PCI_BRIDGE */
200 200 static inline int b43_pci_ssb_bridge_init(void)
201 201 {
202 202 return 0;
... ... @@ -204,7 +204,7 @@
204 204 static inline void b43_pci_ssb_bridge_exit(void)
205 205 {
206 206 }
207   -#endif /* CONFIG_SSB_PCIHOST */
  207 +#endif /* CONFIG_SSB_B43_PCI_BRIDGE */
208 208  
209 209 #endif /* LINUX_SSB_PRIVATE_H_ */