aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/media
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil-cisco@xs4all.nl>2019-11-05 09:17:28 +0100
committerMauro Carvalho Chehab <mchehab@kernel.org>2019-11-08 07:44:17 +0100
commitb95182a6e82209fa3c98bde8ec79c51b1870aca5 (patch)
tree3fff00261d3bd70f8083bcd5b8c543d5dea4b05a /include/media
parentmedia: v4l2-ctrl: Use p_const when possible (diff)
downloadwireguard-linux-b95182a6e82209fa3c98bde8ec79c51b1870aca5.tar.xz
wireguard-linux-b95182a6e82209fa3c98bde8ec79c51b1870aca5.zip
media: v4l2-device.h: fix typo: putss -> puts
Fix typo: putss -> puts Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/v4l2-device.h2
1 files changed, 1 insertions, 1 deletions
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
*