diff options
author | Enrico Weigelt, metux IT consult <info@metux.net> | 2019-03-06 17:08:45 -0500 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2019-03-26 11:49:33 -0400 |
commit | 1a2e158327c957baef21a50f3a7f6e6942cbca1e (patch) | |
tree | 2e041b0a9dffadf4eb6da700948a40707186401d | |
parent | a6a9274a7c71573c8921080da990696702f7301c (diff) |
drivers: infiniband: Fix whitespace in kconfig
Adjust the kconfig whitespace in bnxt_re/iser to match the kernel
standard.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
-rw-r--r-- | drivers/infiniband/hw/bnxt_re/Kconfig | 12 | ||||
-rw-r--r-- | drivers/infiniband/ulp/iser/Kconfig | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/drivers/infiniband/hw/bnxt_re/Kconfig b/drivers/infiniband/hw/bnxt_re/Kconfig index d25439c305f7..51e8234520a9 100644 --- a/drivers/infiniband/hw/bnxt_re/Kconfig +++ b/drivers/infiniband/hw/bnxt_re/Kconfig | |||
@@ -1,10 +1,10 @@ | |||
1 | config INFINIBAND_BNXT_RE | 1 | config INFINIBAND_BNXT_RE |
2 | tristate "Broadcom Netxtreme HCA support" | 2 | tristate "Broadcom Netxtreme HCA support" |
3 | depends on 64BIT | 3 | depends on 64BIT |
4 | depends on ETHERNET && NETDEVICES && PCI && INET && DCB | 4 | depends on ETHERNET && NETDEVICES && PCI && INET && DCB |
5 | select NET_VENDOR_BROADCOM | 5 | select NET_VENDOR_BROADCOM |
6 | select BNXT | 6 | select BNXT |
7 | ---help--- | 7 | ---help--- |
8 | This driver supports Broadcom NetXtreme-E 10/25/40/50 gigabit | 8 | This driver supports Broadcom NetXtreme-E 10/25/40/50 gigabit |
9 | RoCE HCAs. To compile this driver as a module, choose M here: | 9 | RoCE HCAs. To compile this driver as a module, choose M here: |
10 | the module will be called bnxt_re. | 10 | the module will be called bnxt_re. |
diff --git a/drivers/infiniband/ulp/iser/Kconfig b/drivers/infiniband/ulp/iser/Kconfig index d00af71a2cfc..299268f261ee 100644 --- a/drivers/infiniband/ulp/iser/Kconfig +++ b/drivers/infiniband/ulp/iser/Kconfig | |||
@@ -4,8 +4,8 @@ config INFINIBAND_ISER | |||
4 | select SCSI_ISCSI_ATTRS | 4 | select SCSI_ISCSI_ATTRS |
5 | ---help--- | 5 | ---help--- |
6 | Support for the iSCSI Extensions for RDMA (iSER) Protocol | 6 | Support for the iSCSI Extensions for RDMA (iSER) Protocol |
7 | over InfiniBand. This allows you to access storage devices | 7 | over InfiniBand. This allows you to access storage devices |
8 | that speak iSCSI over iSER over InfiniBand. | 8 | that speak iSCSI over iSER over InfiniBand. |
9 | 9 | ||
10 | The iSER protocol is defined by IETF. | 10 | The iSER protocol is defined by IETF. |
11 | See <http://www.ietf.org/rfc/rfc5046.txt> | 11 | See <http://www.ietf.org/rfc/rfc5046.txt> |