diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2019-11-05 09:17:28 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2019-11-08 07:44:17 +0100 |
commit | b95182a6e82209fa3c98bde8ec79c51b1870aca5 (patch) | |
tree | 3fff00261d3bd70f8083bcd5b8c543d5dea4b05a | |
parent | 57d024f8db65ca3188d23487ca6980150356b7a3 (diff) |
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>
-rw-r--r-- | include/media/v4l2-device.h | 2 |
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 * |