projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52e60b7
)
ide: fix a typo in the settings proc file name
author
Christoph Hellwig
<
[email protected]
>
Thu, 20 Dec 2018 16:16:53 +0000
(17:16 +0100)
committer
Linus Torvalds
<
[email protected]
>
Tue, 22 Jan 2019 02:08:12 +0000
(15:08 +1300)
Fixes: ec7d9c9ce8 ("ide: replace ->proc_fops with ->proc_show")
Reported-by: kernel test robot <
[email protected]
>
Signed-off-by: Christoph Hellwig <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/ide/ide-proc.c
patch
|
blob
|
history
diff --git
a/drivers/ide/ide-proc.c
b/drivers/ide/ide-proc.c
index 4c8c7a620d08dae851de513eebe2710dee3ca89e..a5dc13576394ffa8d7be2c2ae9298211ea216f47 100644
(file)
--- a/
drivers/ide/ide-proc.c
+++ b/
drivers/ide/ide-proc.c
@@
-544,7
+544,7
@@
void ide_proc_port_register_devices(ide_hwif_t *hwif)
drive->proc = proc_mkdir(drive->name, parent);
if (drive->proc) {
ide_add_proc_entries(drive->proc, generic_drive_entries, drive);
- proc_create_data("setting", S_IFREG|S_IRUSR|S_IWUSR,
+ proc_create_data("setting
s
", S_IFREG|S_IRUSR|S_IWUSR,
drive->proc, &ide_settings_proc_fops,
drive);
}