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>
This commit is contained in:
parent
57d024f8db
commit
b95182a6e8
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue