Expose argument names for non static ENA driver functions
authorMarcin Wojtas <mw@FreeBSD.org>
Tue, 26 May 2020 15:41:53 +0000 (15:41 +0000)
committerMarcin Wojtas <mw@FreeBSD.org>
Tue, 26 May 2020 15:41:53 +0000 (15:41 +0000)
commit02a2a7cea48609bba9f3594004d4a5a411f0e7b9
tree9c7948a7a58c7d6ffd18b8db08f8c80f6fa46a5c
parent6959869eaea77fbdc99e46523daeb896662d9cca
Expose argument names for non static ENA driver functions

As functions which are declared in the header files are intended to be
the interface and are going to be used by other files, it's better to
include argument names in the definition, so the caller won't have to
check the .c file in order to check their meaning and order.

Submitted by:  Michal Krawczyk <mk@semihalf.com>
Obtained from: Semihalf
Sponsored by:  Amazon, Inc.
sys/dev/ena/ena.h
sys/dev/ena/ena_datapath.h
sys/dev/ena/ena_netmap.h
sys/dev/ena/ena_sysctl.h