mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
drivers: amdgpu: Correct spelling defalut to default in comment
Correct spelling in one of the comment. s/defalut/default/p Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
a110f3750b
commit
c07a013a28
|
|
@ -556,7 +556,7 @@ static ssize_t dp_phy_test_pattern_debugfs_write(struct file *f, const char __us
|
|||
bool disable_hpd = false;
|
||||
bool valid_test_pattern = false;
|
||||
uint8_t param_nums = 0;
|
||||
/* init with defalut 80bit custom pattern */
|
||||
/* init with default 80bit custom pattern */
|
||||
uint8_t custom_pattern[10] = {
|
||||
0x1f, 0x7c, 0xf0, 0xc1, 0x07,
|
||||
0x1f, 0x7c, 0xf0, 0xc1, 0x07
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user