diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-10-20 23:53:13 +0900 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-10-21 10:55:33 +0200 |
commit | 32197aab0425dbecc38462a91bc5c8acf70b2036 (patch) | |
tree | 87eed77b768688022f358c34d9aba8870bbb0d77 /include | |
parent | d87af4d10558fedf636e3df1b10dd2954f9e2a78 (diff) | |
download | op-kernel-dev-32197aab0425dbecc38462a91bc5c8acf70b2036.zip op-kernel-dev-32197aab0425dbecc38462a91bc5c8acf70b2036.tar.gz |
gpu:drm: Fix typo in Documentation/DocBook/drm.xml
This patch fix spelling typos found in drm.xml.
It is because the file is generated from comments in
source codes, I have to fix the typos within source files.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include')
-rw-r--r-- | include/drm/drm_dp_mst_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_dp_mst_helper.h b/include/drm/drm_dp_mst_helper.h index 9b446ad..3ecfcc1 100644 --- a/include/drm/drm_dp_mst_helper.h +++ b/include/drm/drm_dp_mst_helper.h @@ -28,7 +28,7 @@ struct drm_dp_mst_branch; /** - * struct drm_dp_vcpi - Virtual Channel Payload Identifer + * struct drm_dp_vcpi - Virtual Channel Payload Identifier * @vcpi: Virtual channel ID. * @pbn: Payload Bandwidth Number for this channel * @aligned_pbn: PBN aligned with slot size |