[hermon] Clean up whitespace in hermon.c

Signed-off-by: Christian Iversen <ci@iversenit.dk>
pull/244/head
Christian Iversen 2021-01-26 23:47:01 +01:00 committed by Michael Brown
parent 79031fee21
commit 2e3d5909ee
1 changed files with 1 additions and 1 deletions

View 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;