Skip to content
  • Mitch Williams's avatar
    i40evf: make checkpatch happy · 75a64435
    Mitch Williams authored
    
    
    This patch is the result of running checkpatch on the i40evf driver with
    the --strict option. The vast majority of changes are adding/removing
    blank lines, aligning function parameters, and correcting over-long
    lines.
    
    The only possible functional change is changing the flags member of the
    adapter structure to be non-volatile. However, according to the kernel
    documentation, this is not necessary and the volatile should be removed.
    
    Change-ID: Ie8c6414800924f529bef831e8845292b970fe2ed
    Signed-off-by: default avatarMitch Williams <mitch.a.williams@intel.com>
    Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
    75a64435