]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[hermon] Clean up whitespace in hermon.c
authorChristian Iversen <ci@iversenit.dk>
Tue, 26 Jan 2021 22:47:01 +0000 (23:47 +0100)
committerMichael Brown <mcb30@ipxe.org>
Mon, 1 Feb 2021 01:48:29 +0000 (01:48 +0000)
Signed-off-by: Christian Iversen <ci@iversenit.dk>
src/drivers/infiniband/hermon.c

index 50ba4f4e8049bdd3b8255801328fc7708891d219..45dfd1a941e3f32f49226be9ae9d733c24430305 100644 (file)
@@ -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;