diff options
author | Jiri Kosina <jkosina@suse.cz> | 2010-02-12 10:31:37 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-02-12 10:31:37 +0100 |
commit | 6b79b264ce04e2acd24330140e147801cdbaa39f (patch) | |
tree | 5c35a3e48fe9628a353b8bb72b029bf6cae6cf85 | |
parent | 5c42dc7070c94622ca914b5a2e227f3744e857e7 (diff) | |
download | linux-6b79b264ce04e2acd24330140e147801cdbaa39f.tar.gz linux-6b79b264ce04e2acd24330140e147801cdbaa39f.tar.bz2 linux-6b79b264ce04e2acd24330140e147801cdbaa39f.zip |
No need to patch AMD-provided drivers/gpu/drm/radeon/atombios.h
This is partial revert of commit 9404c9c392d5 ("Fix misspelling of "should"
and "shouldn't" in comments"). According to Dave Airlie:
"Can we drop any cleanups to atombios.h? This file comes from
AMD and we normally drop it into place, so they just get overwritten
next time."
Reported-by: Dave Airlie <airlied@linux.ie>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | drivers/gpu/drm/radeon/atombios.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/atombios.h b/drivers/gpu/drm/radeon/atombios.h index 2a88029f6a1e..91ad0d1c1b17 100644 --- a/drivers/gpu/drm/radeon/atombios.h +++ b/drivers/gpu/drm/radeon/atombios.h @@ -2275,7 +2275,7 @@ typedef struct _ATOM_LCD_RTS_RECORD { UCHAR ucRTSValue; } ATOM_LCD_RTS_RECORD; -/* !! If the record below exits, it should always be the first record for easy use in command table!!! */ +/* !! If the record below exits, it shoud always be the first record for easy use in command table!!! */ typedef struct _ATOM_LCD_MODE_CONTROL_CAP { UCHAR ucRecordType; USHORT usLCDCap; |