Skip to content

Commit 8abe268

Browse files
committed
Fix some typos
1 parent 490269b commit 8abe268

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/control.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ static inline int ipts_control_refill_buffer(struct ipts_context *ipts, u32 buff
9191
{
9292
/*
9393
* IPTS expects structured data in the feedback buffer matching the buffer that will be
94-
+ refilled. We don't know what that data looks like, so we just keep the buffer empty.
94+
* refilled. We don't know what that data looks like, so we just keep the buffer empty.
9595
* This results in an INVALID_PARAMS error, but the buffer gets refilled without an issue.
9696
* Sending a minimal structure with the buffer ID fixes the error, but breaks refilling
9797
* the buffers on some devices.

src/spec-device.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ static_assert(sizeof(struct ipts_command) == 324);
110110
/**
111111
* enum ipts_mode - Configures what data the device produces and how its sent.
112112
* @IPTS_MODE_EVENT: The device will send an event once a buffer was filled.
113-
* Older device will return singletouch data in this mode.
113+
* Older devices will return singletouch data in this mode.
114114
* @IPTS_MODE_DOORBELL: The device will notify the driver by incrementing the doorbell value.
115115
* Older devices will return multitouch data in this mode.
116116
*/

0 commit comments

Comments
 (0)