diff options
| author | Anand Moon <[email protected]> | 2024-06-23 23:10:21 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-07-05 13:57:02 -0600 |
| commit | 608a88c2709cc46c3de0f0ecd9206866b58c256f (patch) | |
| tree | a0d83472ef697c2adf4942d123282a2e90b349e8 /net/Kconfig | |
| parent | 17c39e700c634516887079ad961df99fe63b080d (diff) | |
Fix Kconfig coding style from spaces to tab
Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
$ sed -e 's/^ /\t/' -i */Kconfig
Signed-off-by: Anand Moon <[email protected]>
Diffstat (limited to 'net/Kconfig')
| -rw-r--r-- | net/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Kconfig b/net/Kconfig index 5dff6336293..7cb80b880a9 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -42,8 +42,8 @@ config BOOTP_SEND_HOSTNAME DNS server. To do this, they need the hostname of the DHCP requester. If CONFIG_BOOTP_SEND_HOSTNAME is defined, the content - of the "hostname" environment variable is passed as - option 12 to the DHCP server. + of the "hostname" environment variable is passed as + option 12 to the DHCP server. config NET_RANDOM_ETHADDR bool "Random ethaddr if unset" |
