diff options
author | Michael J. Ruhl <michael.j.ruhl@intel.com> | 2018-05-01 14:35:43 +0200 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2018-05-03 21:24:47 +0200 |
commit | 5da9e742be44d9b7c68b1bf6e1aaf46a1aa7a52b (patch) | |
tree | 72416097072537673aeae20b67f6fdca024a1662 /drivers/char | |
parent | IB/hfi1: Fix handling of FECN marked multicast packet (diff) | |
download | linux-5da9e742be44d9b7c68b1bf6e1aaf46a1aa7a52b.tar.xz linux-5da9e742be44d9b7c68b1bf6e1aaf46a1aa7a52b.zip |
IB/hfi1 Use correct type for num_user_context
The module parameter num_user_context is defined as 'int' and
defaults to -1. The module_param_named() says that it is uint.
Correct module_param_named() type information and update the modinfo
text to reflect the default value.
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>
Diffstat (limited to 'drivers/char')
0 files changed, 0 insertions, 0 deletions