[PATCH RESEND] docs: i2c: writing-clients: Add missing end of command

Manuel Ebner posted 1 patch 1 week, 1 day ago
Documentation/i2c/writing-clients.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH RESEND] docs: i2c: writing-clients: Add missing end of command
Posted by Manuel Ebner 1 week, 1 day ago
Add missing ');'.

Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org>
---
[first send]
 https://lore.kernel.org/all/20260902150145.705598-2-manuelebnerli@mailbox.org/
---
 Documentation/i2c/writing-clients.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/i2c/writing-clients.rst b/Documentation/i2c/writing-clients.rst
index 121e618e7..8bab8b16c 100644
--- a/Documentation/i2c/writing-clients.rst
+++ b/Documentation/i2c/writing-clients.rst
@@ -258,7 +258,7 @@ Driver Information
 ::
 
   /* Substitute your own name and email address */
-  MODULE_AUTHOR("Frodo Looijaard <frodol@dds.nl>"
+  MODULE_AUTHOR("Frodo Looijaard <frodol@dds.nl>");
   MODULE_DESCRIPTION("Driver for Barf Inc. Foo I2C devices");
 
   /* a few non-GPL license types are also allowed */
-- 
2.54.0