diff options
author | Randy Dunlap <[email protected]> | 2019-11-28 14:17:59 -0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2019-11-30 12:25:26 -0800 |
commit | 9bd19c63a4bcfa0fd18f3bc0de30675fe2addea6 (patch) | |
tree | 9148b958e83b0ea0c43583503373ff87ffa56c23 | |
parent | 408469d31e9106878d2b3e428dcca9984664dfc9 (diff) |
net: emulex: benet: indent a Kconfig depends continuation line
Indent a Kconfig continuation line to improve readability.
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Sathya Perla <[email protected]>
Cc: Ajit Khaparde <[email protected]>
Cc: Sriharsha Basavapatna <[email protected]>
Cc: Somnath Kotur <[email protected]>
Cc: [email protected]
Signed-off-by: David S. Miller <[email protected]>
-rw-r--r-- | drivers/net/ethernet/emulex/benet/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/emulex/benet/Kconfig b/drivers/net/ethernet/emulex/benet/Kconfig index 17d300ea9955..f51dca1526c6 100644 --- a/drivers/net/ethernet/emulex/benet/Kconfig +++ b/drivers/net/ethernet/emulex/benet/Kconfig @@ -49,4 +49,4 @@ config BE2NET_SKYHAWK comment "WARNING: be2net is useless without any enabled chip" depends on BE2NET_BE2=n && BE2NET_BE3=n && BE2NET_LANCER=n && \ - BE2NET_SKYHAWK=n && BE2NET + BE2NET_SKYHAWK=n && BE2NET |