summaryrefslogtreecommitdiffhomepage
path: root/src/srp
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-07-30 22:41:54 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-07-30 22:41:54 +0200
commit8aac2072a561d3cdcf2a0fed4b49ed38de7de450 (patch)
tree810199614c4a99121dd2b7e9c601c3d88c991a8f /src/srp
parent6bb469524aea24ab568c7fc2e4320235c27538f3 (diff)
Reformat comment
Diffstat (limited to 'src/srp')
-rw-r--r--src/srp/fw-ec/kbd-sc-cb.c.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/srp/fw-ec/kbd-sc-cb.c.html b/src/srp/fw-ec/kbd-sc-cb.c.html
index 6fffdc5..ee98ccf 100644
--- a/src/srp/fw-ec/kbd-sc-cb.c.html
+++ b/src/srp/fw-ec/kbd-sc-cb.c.html
@@ -1,6 +1,5 @@
<code><span class="c-cmt">/* “make_code” is the scancode. “pressed” is a boolean that is true if this is a</span></code>
-<code><span class="c-cmt"> * keydown event, and false if it’s a keyup.</span></code>
-<code><span class="c-cmt"> */</span></code>
+<code><span class="c-cmt"> keydown event, and false if it’s a keyup. */</span></code>
<code></code>
<code>r = <span class="c-fn">my_handler_function</span>(make_code, pressed);</code>
<code><span class="c-kw">if</span> (r != <span class="c-pp">EC_SUCCESS</span>)</code>