From: Christian Iversen Date: Tue, 26 Jan 2021 22:47:01 +0000 (+0100) Subject: [hermon] Clean up whitespace in hermon.c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e3d5909ee7ad35889c3bc55f9119ca5d4615a40;p=thirdparty%2Fipxe.git [hermon] Clean up whitespace in hermon.c Signed-off-by: Christian Iversen --- diff --git a/src/drivers/infiniband/hermon.c b/src/drivers/infiniband/hermon.c index 50ba4f4e8..45dfd1a94 100644 --- a/src/drivers/infiniband/hermon.c +++ b/src/drivers/infiniband/hermon.c @@ -3946,7 +3946,7 @@ static int hermon_probe ( struct pci_device *pci ) { /* Allocate Infiniband devices */ for ( i = 0 ; i < hermon->cap.num_ports ; i++ ) { - ibdev = alloc_ibdev ( 0 ); + ibdev = alloc_ibdev ( 0 ); if ( ! ibdev ) { rc = -ENOMEM; goto err_alloc_ibdev;