Skip to content

Commit 7852beb

Browse files
bagasmeJiri Kosina
authored andcommitted
HID: intel-thc-hid: Separate max input size control conditional list
Stephen Rothwell reports htmldocs warning: Documentation/hid/intel-thc-hid.rst:200: ERROR: Unexpected indentation. [docutils] Separate conditional list for max input size control by a blank line to fix the warning. Fixes: 45e92a0 ("HID: Intel-thc-hid: Intel-thc: Introduce max input size control") Reported-by: Stephen Rothwell <[email protected]> Closes: https://lore.kernel.org/linux-next/[email protected]/ Signed-off-by: Bagas Sanjaya <[email protected]> Reviewed-by: Even Xu <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent f181c1a commit 7852beb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Documentation/hid/intel-thc-hid.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ This is a new feature introduced in Panther Lake platform, THC hardware allows d
195195
a max input size for RxDMA. After this max size gets set and enabled, for every input report
196196
packet reading, THC hardware sequencer will first read incoming input packet size, then compare
197197
input packet size with the given max size:
198+
198199
- if input packet size <= max size, THC continues using input packet size to finish the reading
199200
- if input packet size > max size, there is potential input data crash risk during
200201
transferring, THC will use max size instead of input packet size for reading

0 commit comments

Comments
 (0)