drivers: hv: Fix hyperv_record_panic_msg path on comment
authorMatheus Castello <matheus@castello.eng.br>
Sun, 15 Nov 2020 19:57:29 +0000 (16:57 -0300)
committerWei Liu <wei.liu@kernel.org>
Tue, 17 Nov 2020 10:56:24 +0000 (10:56 +0000)
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 <matheus@castello.eng.br>
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Link: https://lore.kernel.org/r/20201115195734.8338-2-matheus@castello.eng.br
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/hv/vmbus_drv.c

index 4fad3e6745e53f21743d639dbe577d6846521699..9ed7e3b1d65491e1aba49bedf35bc97ce5657dfa 100644 (file)
@@ -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;