summaryrefslogtreecommitdiffstats
path: root/tools/hv/hv_get_dhcp_info.sh
diff options
context:
space:
mode:
authorLinus Torvalds2019-08-18 04:31:30 +0200
committerLinus Torvalds2019-08-18 04:31:30 +0200
commit85d8d3b172eb37b23dcdbe9fa7a85e343642bfea (patch)
treefa6a84582c4940def5e9535b265cf90d29977067 /tools/hv/hv_get_dhcp_info.sh
parentMerge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g... (diff)
parentMAINTAINERS: Fix Hyperv vIOMMU driver file name (diff)
downloadkernel-qcow2-linux-85d8d3b172eb37b23dcdbe9fa7a85e343642bfea.tar.gz
kernel-qcow2-linux-85d8d3b172eb37b23dcdbe9fa7a85e343642bfea.tar.xz
kernel-qcow2-linux-85d8d3b172eb37b23dcdbe9fa7a85e343642bfea.zip
Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Pull Hyper-V fixes from Sasha Levin: - A few fixes for the userspace hyper-v tools from Adrian Vladu. - A fix for the hyper-v MAINTAINERs entry from Lan Tianyu. - Fix for SPDX license identifier in the userspace tools from Nishad Kamdar. * tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux: MAINTAINERS: Fix Hyperv vIOMMU driver file name tools: hv: Use the correct style for SPDX License Identifier tools: hv: fix typos in toolchain tools: hv: fix KVP and VSS daemons exit code tools: hv: fixed Python pep8/flake8 warnings for lsvmbus
Diffstat (limited to 'tools/hv/hv_get_dhcp_info.sh')
-rwxr-xr-xtools/hv/hv_get_dhcp_info.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hv/hv_get_dhcp_info.sh b/tools/hv/hv_get_dhcp_info.sh
index c38686c44656..2f2a3c7df3de 100755
--- a/tools/hv/hv_get_dhcp_info.sh
+++ b/tools/hv/hv_get_dhcp_info.sh
@@ -13,7 +13,7 @@
# the script prints the string "Disabled" to stdout.
#
# Each Distro is expected to implement this script in a distro specific
-# fashion. For instance on Distros that ship with Network Manager enabled,
+# fashion. For instance, on Distros that ship with Network Manager enabled,
# this script can be based on the Network Manager APIs for retrieving DHCP
# information.