IB/iser: Align coding style across driver
authorMax Gurtovoy <mgurtovoy@nvidia.com>
Wed, 15 Dec 2021 13:57:21 +0000 (15:57 +0200)
committerJason Gunthorpe <jgg@nvidia.com>
Thu, 6 Jan 2022 17:47:08 +0000 (13:47 -0400)
commitca2770c65b56374374fa00c349883e67c16943de
treeb200b634aa7c043f4449a926dcd1f28aeaf9ac26
parent48886a84a3f62be386a428ba861ad3dae76609fd
IB/iser: Align coding style across driver

The following changes were made:
1. Align function signatures to 80 characters per line.
2. Remove tabs for variable assignment and use 1 space instead.
3. Don't compare to NULL in "if" clause.
4. Remove strange indentations.

This will ease on the maintenance of the driver for the future.

Link: https://lore.kernel.org/r/20211215135721.3662-7-mgurtovoy@nvidia.com
Signed-off-by: Max Gurtovoy <mgurtovoy@nvidia.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/ulp/iser/iscsi_iser.c
drivers/infiniband/ulp/iser/iser_initiator.c
drivers/infiniband/ulp/iser/iser_memory.c
drivers/infiniband/ulp/iser/iser_verbs.c