mirror of
https://github.com/ipxe/ipxe
synced 2025-12-11 22:11:08 +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 */
|
/* Allocate Infiniband devices */
|
||||||
for ( i = 0 ; i < hermon->cap.num_ports ; i++ ) {
|
for ( i = 0 ; i < hermon->cap.num_ports ; i++ ) {
|
||||||
ibdev = alloc_ibdev ( 0 );
|
ibdev = alloc_ibdev ( 0 );
|
||||||
if ( ! ibdev ) {
|
if ( ! ibdev ) {
|
||||||
rc = -ENOMEM;
|
rc = -ENOMEM;
|
||||||
goto err_alloc_ibdev;
|
goto err_alloc_ibdev;
|
||||||
|
|||||||
Reference in New Issue
Block a user