Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a34f0b31 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Jiri Kosina
Browse files

fix comment typos concerning "consistent"

parent dac36dd8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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);
+1 −1
Original line number Diff line number Diff line
@@ -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
 *
+1 −1
Original line number Diff line number Diff line
@@ -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