]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
media: v4l2-device.h: fix typo: putss -> puts
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Tue, 5 Nov 2019 08:17:28 +0000 (09:17 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 8 Nov 2019 06:44:17 +0000 (07:44 +0100)
Fix typo: putss -> puts

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
include/media/v4l2-device.h

index e0b8f2602670de71f3c35d9b863f731adc2e10c9..5f36e0d2ede67f1bd8a616e2f58bfb8297dc0530 100644 (file)
@@ -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
  *