sfxge(4): correct parenthesis location in if coundition

Found by lint on illumos.

Submitted by:   Garrett D'Amore <garrett at damore.org>
Sponsored by:   Solarflare Communications, Inc.
MFC after:      1 week
This commit is contained in:
Andrew Rybchenko 2016-05-26 13:19:44 +00:00
parent b628bdccce
commit 6dd81be2d2

View File

@ -970,7 +970,7 @@ ef10_filter_supported_filters(
{
efx_rc_t rc;
if ((rc = efx_mcdi_get_parser_disp_info(enp, list, length) != 0))
if ((rc = efx_mcdi_get_parser_disp_info(enp, list, length)) != 0)
goto fail1;
return (0);