From: Jeff Kirsher <jeffrey.t.kirs...@intel.com>
Date: Mon, 26 Jun 2017 14:39:33 -0700

> +             if ((adapter->num_vfs) && (hw->mac.ops.disable_mdd) &&

Excessive parenthesis.

> +             if ((adapter->num_vfs) && (hw->mac.ops.enable_mdd) &&

Likewise.

> +     if ((adapter->num_vfs) && (hw->mac.ops.disable_mdd) &&

Likewise.

> +     if ((adapter->num_vfs) && (hw->mac.ops.enable_mdd) &&

Likewise.

> +     /* Turn on malicious driver detection */
> +     if ((adapter->num_vfs) && (hw->mac.ops.enable_mdd) &&

Likewise.

> +     /* Turn off malicious driver detection */
> +     if ((hw->mac.ops.disable_mdd) &&

Likewise.

Reply via email to