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

drivers: firmware: bcm47xx_sprom: fix spelling

Fix spelling in bcm47xx_sprom.c as follows,
specififc --> specific

Signed-off-by: Akhilesh Patil <akhilesh@ee.iitb.ac.in>
Link: https://lore.kernel.org/r/aHt+Ey5AQ0dsCuB4@bhairav-test.ee.iitb.ac.in
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>

authored by

Akhilesh Patil and committed by
Florian Fainelli
2d503aaf a7713a7d

+1 -1
+1 -1
drivers/firmware/broadcom/bcm47xx_sprom.c
··· 404 404 ENTRY(0x00000700, u8, pre, "noiselvl5gua1", noiselvl5gua[1], 0, fb); 405 405 ENTRY(0x00000700, u8, pre, "noiselvl5gua2", noiselvl5gua[2], 0, fb); 406 406 } 407 - #undef ENTRY /* It's specififc, uses local variable, don't use it (again). */ 407 + #undef ENTRY /* It's specific, uses local variable, don't use it (again). */ 408 408 409 409 static void bcm47xx_fill_sprom_path_r4589(struct ssb_sprom *sprom, 410 410 const char *prefix, bool fallback)