drivers: hv: vmbus: Replace symbolic permissions by octal permissions
authorMatheus Castello <matheus@castello.eng.br>
Sun, 15 Nov 2020 19:57:30 +0000 (16:57 -0300)
committerWei Liu <wei.liu@kernel.org>
Tue, 17 Nov 2020 10:56:39 +0000 (10:56 +0000)
commitf0434de41adc2c6dabfaa2f59882f1ca2d644fe9
tree601dd1d417e82f505c127b60e7e90051344daecb
parentb18e3589722c864576a3dbeb742a742d9453f633
drivers: hv: vmbus: Replace symbolic permissions by octal permissions

This fixed the below checkpatch issue:
WARNING: Symbolic permissions 'S_IRUGO' are not preferred.
Consider using octal permissions '0444'.

Signed-off-by: Matheus Castello <matheus@castello.eng.br>
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Link: https://lore.kernel.org/r/20201115195734.8338-3-matheus@castello.eng.br
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/hv/vmbus_drv.c