Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186657
b: refs/heads/master
c: 9d220c6
h: refs/heads/master
i:
  186655: aecd6cc
v: v3
  • Loading branch information
Uwe Kleine-König authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent d68844b commit c17498a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a82fd70197e1e59d2127e5536d6a1d502699528d
refs/heads/master: 9d220c6b54f3d0b141846321814ec1c4e4fbdc67
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/mpc624.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ static int mpc624_ai_rinsn(struct comedi_device *dev,
outb(insn->chanspec, dev->iobase + MPC624_GNMUXCH);
/* printk("Channel %d: \n", insn->chanspec); */
if (!insn->n) {
printk("MPC624: Warning, no data to aquire\n");
printk("MPC624: Warning, no data to acquire\n");
return 0;
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/ni_labpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1503,7 +1503,7 @@ static void handle_isa_dma(struct comedi_device *dev)
devpriv->write_byte(0x1, dev->iobase + DMATC_CLEAR_REG);
}

/* makes sure all data aquired by board is transfered to comedi (used
/* makes sure all data acquired by board is transfered to comedi (used
* when aquisition is terminated by stop_src == TRIG_EXT). */
static void labpc_drain_dregs(struct comedi_device *dev)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/s626.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ struct s626_private {
short allocatedBuf;
uint8_t ai_cmd_running; /* ai_cmd is running */
uint8_t ai_continous; /* continous aquisition */
int ai_sample_count; /* number of samples to aquire */
int ai_sample_count; /* number of samples to acquire */
unsigned int ai_sample_timer;
/* time between samples in units of the timer */
int ai_convert_count; /* conversion counter */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/usbdux.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ struct usbduxsub {
/* continous aquisition */
short int ai_continous;
short int ao_continous;
/* number of samples to aquire */
/* number of samples to acquire */
int ai_sample_count;
int ao_sample_count;
/* time between samples in units of the timer */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/usbduxfast.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ struct usbduxfastsub_s {
context */
short int ai_cmd_running; /* asynchronous command is running */
short int ai_continous; /* continous aquisition */
long int ai_sample_count; /* number of samples to aquire */
long int ai_sample_count; /* number of samples to acquire */
uint8_t *dux_commands; /* commands */
int ignore; /* counter which ignores the first
buffers */
Expand Down

0 comments on commit c17498a

Please sign in to comment.