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:
Andrew Rybchenko 2016-12-28 10:45:14 +00:00
parent 2910c2465f
commit 1e57660f86
2 changed files with 2 additions and 2 deletions

View File

@ -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 *,

View File

@ -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;
}