IB/hfi1: Name function prototype parameters
To improve the readability of function prototypes, give the parameters names. Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Michael J. Ruhl <michael.j.ruhl@intel.com> Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:

committed by
Doug Ledford

orang tua
224d71f910
melakukan
f4cd876529
@@ -118,7 +118,7 @@ unsigned int user_credit_return_threshold = 33; /* default is 33% */
|
||||
module_param(user_credit_return_threshold, uint, S_IRUGO);
|
||||
MODULE_PARM_DESC(user_credit_return_threshold, "Credit return threshold for user send contexts, return when unreturned credits passes this many blocks (in percent of allocated blocks, 0 is off)");
|
||||
|
||||
static inline u64 encode_rcv_header_entry_size(u16);
|
||||
static inline u64 encode_rcv_header_entry_size(u16 size);
|
||||
|
||||
static struct idr hfi1_unit_table;
|
||||
u32 hfi1_cpulist_count;
|
||||
|
Reference in New Issue
Block a user