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

Manuel Ebner posted 1 patch 3 weeks, 2 days ago
There is a newer version of this series
Documentation/i2c/writing-clients.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: i2c: writing-clients: Add missing end of command
Posted by Manuel Ebner 3 weeks, 2 days ago
Add missing ');'.

Signed-off-by: Manuel Ebner <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