diff options
author | hanchunchao <hanchunchao@inspur.com> | 2024-03-29 11:31:37 +0800 |
---|---|---|
committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2024-04-08 13:48:19 +0200 |
commit | 533581379a4ca32a2cf9e4466c059a23c8af29df (patch) | |
tree | 88bb89ca9e421f71106e8bb87765232c8380a620 /Documentation/userspace-api | |
parent | 17d1316de0d7dc1bdc5d6e3ad4efd30a9bf1a381 (diff) | |
download | linux-533581379a4ca32a2cf9e4466c059a23c8af29df.tar.gz linux-533581379a4ca32a2cf9e4466c059a23c8af29df.tar.bz2 linux-533581379a4ca32a2cf9e4466c059a23c8af29df.zip |
media: docs: Remove the repeated word "the" in docs.
Fix "The the" typo in the documentation.
Signed-off-by: hanchunchao <hanchunchao@inspur.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
[hverkuil: added commit log]
Diffstat (limited to 'Documentation/userspace-api')
-rw-r--r-- | Documentation/userspace-api/media/dvb/frontend_f_open.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/userspace-api/media/dvb/frontend_f_open.rst b/Documentation/userspace-api/media/dvb/frontend_f_open.rst index bb37eded0870..70e169b8f601 100644 --- a/Documentation/userspace-api/media/dvb/frontend_f_open.rst +++ b/Documentation/userspace-api/media/dvb/frontend_f_open.rst @@ -91,7 +91,7 @@ appropriately. - The caller has no permission to access the device. - - ``EBUSY`` - - The the device driver is already in use. + - The device driver is already in use. - - ``EMFILE`` - The process already has the maximum number of files open. |