Loading Documentation/digiepca.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading drivers/char/isicom.c +2 −2 Original line number Diff line number Diff line Loading @@ -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) Loading @@ -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) Loading drivers/media/video/bt8xx/bttvp.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading drivers/scsi/qla2xxx/qla_def.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
Documentation/digiepca.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading
Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
drivers/char/isicom.c +2 −2 Original line number Diff line number Diff line Loading @@ -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) Loading @@ -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) Loading
drivers/media/video/bt8xx/bttvp.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading
drivers/scsi/qla2xxx/qla_def.h +1 −1 Original line number Diff line number Diff line Loading @@ -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