aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sfxge/common/efx_lic.c
diff options
context:
space:
mode:
authorAndrew Rybchenko <arybchik@FreeBSD.org>2016-12-28 10:45:14 +0000
committerAndrew Rybchenko <arybchik@FreeBSD.org>2016-12-28 10:45:14 +0000
commit1e57660f8634f013dfeb11d9f46b3b207d525170 (patch)
treefe56aba9ee8e3e44ef143cc21fb0bc97c0e0da72 /sys/dev/sfxge/common/efx_lic.c
parent2910c2465f9a615cc165b383b7bbb5c88868651c (diff)
downloadsrc-1e57660f8634f013dfeb11d9f46b3b207d525170.tar.gz
src-1e57660f8634f013dfeb11d9f46b3b207d525170.zip
sfxge(4): cleanup: remove unnecessary spaces
Found by DPDK checkpatch.sh Sponsored by: Solarflare Communications, Inc. MFC after: 2 days
Notes
Notes: svn path=/head/; revision=310681
Diffstat (limited to 'sys/dev/sfxge/common/efx_lic.c')
-rw-r--r--sys/dev/sfxge/common/efx_lic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sfxge/common/efx_lic.c b/sys/dev/sfxge/common/efx_lic.c
index 401647324ddf..c59c0350c587 100644
--- a/sys/dev/sfxge/common/efx_lic.c
+++ b/sys/dev/sfxge/common/efx_lic.c
@@ -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;
}