mirror of
https://github.com/ipxe/ipxe
synced 2025-12-09 02:40:27 +03:00
[hermon] Clean up whitespace in hermon.c
Signed-off-by: Christian Iversen <ci@iversenit.dk>
This commit is contained in:
committed by
Michael Brown
parent
79031fee21
commit
2e3d5909ee
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user