Fix misspellings of "system", "controller", "interrupt" and "necessary".
Fix the various misspellings of "system", controller", "interrupt" and "[un]necessary". Signed-off-by: Robert P. J. Day <rpjday@mindspring.com> Signed-off-by: Adrian Bunk <bunk@kernel.org>
This commit is contained in:

committed by
Adrian Bunk

parent
18735dd8d2
commit
3a4fa0a25d
@@ -563,7 +563,7 @@ static void rp_do_poll(unsigned long dummy)
|
||||
/* Get a ptr to the board's control struct */
|
||||
ctlp = sCtlNumToCtlPtr(ctrl);
|
||||
|
||||
/* Get the interupt status from the board */
|
||||
/* Get the interrupt status from the board */
|
||||
#ifdef CONFIG_PCI
|
||||
if (ctlp->BusType == isPCI)
|
||||
CtlMask = sPCIGetControllerIntStatus(ctlp);
|
||||
|
Reference in New Issue
Block a user