diff options
author | Matheus Castello <[email protected]> | 2020-11-15 16:57:29 -0300 |
---|---|---|
committer | Wei Liu <[email protected]> | 2020-11-17 10:56:24 +0000 |
commit | b18e3589722c864576a3dbeb742a742d9453f633 (patch) | |
tree | 7c6fcf287ad6bcf8bf291b91b202f26d534134cb | |
parent | 4d18fcc95f50950a99bd940d4e61a983f91d267a (diff) |
drivers: hv: Fix hyperv_record_panic_msg path on comment
Fix the kernel parameter path in the comment, in the documentation the
parameter is correct but if someone who is studying the code and see
this first can get confused and try to access the wrong path/parameter
Signed-off-by: Matheus Castello <[email protected]>
Reviewed-by: Michael Kelley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Wei Liu <[email protected]>
-rw-r--r-- | drivers/hv/vmbus_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c index 4fad3e6745e5..9ed7e3b1d654 100644 --- a/drivers/hv/vmbus_drv.c +++ b/drivers/hv/vmbus_drv.c @@ -55,7 +55,7 @@ int vmbus_interrupt; /* * Boolean to control whether to report panic messages over Hyper-V. * - * It can be set via /proc/sys/kernel/hyperv/record_panic_msg + * It can be set via /proc/sys/kernel/hyperv_record_panic_msg */ static int sysctl_record_panic_msg = 1; |