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

Commit 0418726b authored by Adrian Bunk's avatar Adrian Bunk
Browse files

typo fixes: aquire -> acquire

parent b3c2ffd5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ NOTE: This driver is obsolete. Digi provides a 2.6 driver (dgdm) at
http://www.digi.com for PCI cards.  They no longer maintain this driver,
and have no 2.6 driver for ISA cards.

This driver requires a number of user-space tools.  They can be aquired from
This driver requires a number of user-space tools.  They can be acquired from
http://www.digi.com, but only works with 2.4 kernels.


+1 −1
Original line number Diff line number Diff line
@@ -3048,7 +3048,7 @@ struct _snd_pcm_runtime {
        </para>

        <para>
          If you aquire a spinlock in the interrupt handler, and the
          If you acquire a spinlock in the interrupt handler, and the
        lock is used in other pcm callbacks, too, then you have to
        release the lock before calling
        <function>snd_pcm_period_elapsed()</function>, because
+2 −2
Original line number Diff line number Diff line
@@ -245,7 +245,7 @@ static int lock_card(struct isi_board *card)
	printk(KERN_WARNING "ISICOM: Failed to lock Card (0x%lx)\n",
		card->base);

	return 0;	/* Failed to aquire the card! */
	return 0;	/* Failed to acquire the card! */
}

static int lock_card_at_interrupt(struct isi_board *card)
@@ -262,7 +262,7 @@ static int lock_card_at_interrupt(struct isi_board *card)
			spin_unlock_irqrestore(&card->card_lock, card->flags);
	}
	/* Failing in interrupt is an acceptable event */
	return 0;	/* Failed to aquire the card! */
	return 0;	/* Failed to acquire the card! */
}

static void unlock_card(struct isi_board *card)
+1 −1
Original line number Diff line number Diff line
@@ -360,7 +360,7 @@ struct bttv {
	int mbox_csel;

	/* risc memory management data
	   - must aquire s_lock before changing these
	   - must acquire s_lock before changing these
	   - only the irq handler is supported to touch top + bottom + vcurr */
	struct btcx_riscmem     main;
	struct bttv_buffer      *screen;    /* overlay             */
+1 −1
Original line number Diff line number Diff line
@@ -2134,7 +2134,7 @@ typedef struct scsi_qla_host {
	mempool_t	*srb_mempool;

	/* This spinlock is used to protect "io transactions", you must
	 * aquire it before doing any IO to the card, eg with RD_REG*() and
	 * acquire it before doing any IO to the card, eg with RD_REG*() and
	 * WRT_REG*() for the duration of your entire commandtransaction.
	 *
	 * This spinlock is of lower priority than the io request lock.
Loading