Loading arch/arm/mach-msm/include/mach/entry-macro-qgic.S +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ * The interrupt numbering scheme is defined in the * interrupt controller spec. To wit: * * Migrated the code from ARM MP port to be more consistant * Migrated the code from ARM MP port to be more consistent * with interrupt processing , the following still holds true * however, all interrupts are treated the same regardless of * if they are local IPI or PPI Loading arch/m68k/mac/psc.c +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ void __init psc_init(void) /* * The PSC is always at the same spot, but using psc * keeps things consisant with the psc_xxxx functions. * keeps things consistent with the psc_xxxx functions. */ psc = (void *) PSC_BASE; Loading drivers/net/via-velocity.c +1 −1 Original line number Diff line number Diff line Loading @@ -898,7 +898,7 @@ static int velocity_set_media_mode(struct velocity_info *vptr, u32 mii_status) set_mii_flow_control(vptr); /* Check if new status is consisent with current status Check if new status is consistent with current status if (((mii_status & curr_status) & VELOCITY_AUTONEG_ENABLE) || (mii_status==curr_status)) { vptr->mii_status=mii_check_media_mode(vptr->mac_regs); Loading drivers/net/wimax/i2400m/i2400m.h +1 −1 Original line number Diff line number Diff line Loading @@ -186,7 +186,7 @@ enum { * struct i2400m_poke_table - Hardware poke table for the Intel 2400m * * This structure will be used to create a device specific poke table * to put the device in a consistant state at boot time. * to put the device in a consistent state at boot time. * * @address: The device address to poke * Loading drivers/scsi/megaraid/megaraid_mm.c +1 −1 Original line number Diff line number Diff line Loading @@ -224,7 +224,7 @@ mraid_mm_unlocked_ioctl(struct file *filep, unsigned int cmd, { int err; /* inconsistant: mraid_mm_compat_ioctl doesn't take the BKL */ /* inconsistent: mraid_mm_compat_ioctl doesn't take the BKL */ mutex_lock(&mraid_mm_mutex); err = mraid_mm_ioctl(filep, cmd, arg); mutex_unlock(&mraid_mm_mutex); Loading Loading
arch/arm/mach-msm/include/mach/entry-macro-qgic.S +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ * The interrupt numbering scheme is defined in the * interrupt controller spec. To wit: * * Migrated the code from ARM MP port to be more consistant * Migrated the code from ARM MP port to be more consistent * with interrupt processing , the following still holds true * however, all interrupts are treated the same regardless of * if they are local IPI or PPI Loading
arch/m68k/mac/psc.c +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ void __init psc_init(void) /* * The PSC is always at the same spot, but using psc * keeps things consisant with the psc_xxxx functions. * keeps things consistent with the psc_xxxx functions. */ psc = (void *) PSC_BASE; Loading
drivers/net/via-velocity.c +1 −1 Original line number Diff line number Diff line Loading @@ -898,7 +898,7 @@ static int velocity_set_media_mode(struct velocity_info *vptr, u32 mii_status) set_mii_flow_control(vptr); /* Check if new status is consisent with current status Check if new status is consistent with current status if (((mii_status & curr_status) & VELOCITY_AUTONEG_ENABLE) || (mii_status==curr_status)) { vptr->mii_status=mii_check_media_mode(vptr->mac_regs); Loading
drivers/net/wimax/i2400m/i2400m.h +1 −1 Original line number Diff line number Diff line Loading @@ -186,7 +186,7 @@ enum { * struct i2400m_poke_table - Hardware poke table for the Intel 2400m * * This structure will be used to create a device specific poke table * to put the device in a consistant state at boot time. * to put the device in a consistent state at boot time. * * @address: The device address to poke * Loading
drivers/scsi/megaraid/megaraid_mm.c +1 −1 Original line number Diff line number Diff line Loading @@ -224,7 +224,7 @@ mraid_mm_unlocked_ioctl(struct file *filep, unsigned int cmd, { int err; /* inconsistant: mraid_mm_compat_ioctl doesn't take the BKL */ /* inconsistent: mraid_mm_compat_ioctl doesn't take the BKL */ mutex_lock(&mraid_mm_mutex); err = mraid_mm_ioctl(filep, cmd, arg); mutex_unlock(&mraid_mm_mutex); Loading