uru4000: Fix typos in comments

This commit is contained in:
Bastien Nocera 2018-09-26 15:21:01 +02:00
parent 44c3f4f772
commit d09cb88e9a

View file

@ -295,7 +295,7 @@ static int read_regs(struct fp_img_dev *dev, uint16_t first_reg,
* *
* BIT 1: IRQ PENDING * BIT 1: IRQ PENDING
* Just had a brainwave. This bit is set when the device is trying to deliver * Just had a brainwave. This bit is set when the device is trying to deliver
* and interrupt to the host. Maybe? * an interrupt to the host. Maybe?
*/ */
static void response_cb(struct fp_img_dev *dev, int status, void *user_data) static void response_cb(struct fp_img_dev *dev, int status, void *user_data)
@ -909,10 +909,10 @@ static void rebootpwr_run_state(fpi_ssm *ssm, struct fp_dev *_dev, void *user_da
} }
} }
/* After messing with the device firmware in it's low-power state, we have to /* After messing with the device firmware in its low-power state, we have to
* power it back up and wait for interrupt notification. It's not quite as easy * power it back up and wait for interrupt notification. It's not quite as easy
* as that: the combination of both modifying firmware *and* doing C-R auth on * as that: the combination of both modifying firmware *and* doing C-R auth on
* my ms fp v2 device causes us not to get to get the 56aa interrupt and * my ms fp v2 device causes us not to get the 56aa interrupt and
* for the hwstat write not to take effect. We have to loop a few times, * for the hwstat write not to take effect. We have to loop a few times,
* authenticating each time, until the device wakes up. * authenticating each time, until the device wakes up.
* *