diff mbox series

v4l2-device.h: fix typo: putss -> puts

Message ID b9e73b81-d097-5913-4faa-8a9eb449ac8b@xs4all.nl (mailing list archive)
State New, archived
Headers show
Series v4l2-device.h: fix typo: putss -> puts | expand

Commit Message

Hans Verkuil Nov. 5, 2019, 8:17 a.m. UTC
Fix typo: putss -> puts

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
---
diff mbox series

Patch

diff --git a/include/media/v4l2-device.h b/include/media/v4l2-device.h
index e0b8f2602670..5f36e0d2ede6 100644
--- a/include/media/v4l2-device.h
+++ b/include/media/v4l2-device.h
@@ -72,7 +72,7 @@  static inline void v4l2_device_get(struct v4l2_device *v4l2_dev)
 }

 /**
- * v4l2_device_put - putss a V4L2 device reference
+ * v4l2_device_put - puts a V4L2 device reference
  *
  * @v4l2_dev: pointer to struct &v4l2_device
  *