sfxge(4): cleanup: remove unnecessary spaces
Found by DPDK checkpatch.sh Sponsored by: Solarflare Communications, Inc. MFC after: 2 days
This commit is contained in:
parent
2910c2465f
commit
1e57660f86
@ -564,7 +564,7 @@ typedef struct efx_lic_ops_s {
|
||||
efx_rc_t (*elo_find_start)
|
||||
(efx_nic_t *, caddr_t, size_t, uint32_t *);
|
||||
efx_rc_t (*elo_find_end)(efx_nic_t *, caddr_t, size_t,
|
||||
uint32_t , uint32_t *);
|
||||
uint32_t, uint32_t *);
|
||||
boolean_t (*elo_find_key)(efx_nic_t *, caddr_t, size_t,
|
||||
uint32_t, uint32_t *, uint32_t *);
|
||||
boolean_t (*elo_validate_key)(efx_nic_t *,
|
||||
|
@ -627,7 +627,7 @@ efx_lic_v1v2_write_key(
|
||||
|
||||
// Ensure space for terminator remains
|
||||
if ((offset + length) >
|
||||
(buffer_size - EFX_LICENSE_V1V2_HEADER_LENGTH) ) {
|
||||
(buffer_size - EFX_LICENSE_V1V2_HEADER_LENGTH)) {
|
||||
rc = ENOSPC;
|
||||
goto fail1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user