elan: Fix typo in comment
This commit is contained in:
parent
ff77cfc9b5
commit
bb4d888661
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ static void elan_save_frame(struct fp_img_dev *dev)
|
||||||
elandev->num_frames += 1;
|
elandev->num_frames += 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Transform raw sesnsor data to normalized 8-bit grayscale image. */
|
/* Transform raw sensor data to normalized 8-bit grayscale image. */
|
||||||
static void elan_process_frame(unsigned short *raw_frame, GSList ** frames)
|
static void elan_process_frame(unsigned short *raw_frame, GSList ** frames)
|
||||||
{
|
{
|
||||||
unsigned int frame_size =
|
unsigned int frame_size =
|
||||||
|
|
Loading…
Reference in a new issue