Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1457857

Re: [PATCH] NTB: ntb_hw_intel: Fix typo in module parameter descriptions

From Jon Mason <jdmason@kudzu.us>
Newsgroups linux.kernel
Subject Re: [PATCH] NTB: ntb_hw_intel: Fix typo in module parameter descriptions
Date 2016-08-08 17:10 +0200
Message-ID <s3UlH-2YB-7@gated-at.bofh.it> (permalink)
References <s3Pm1-85D-23@gated-at.bofh.it> <s3StB-1Oa-39@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon, Aug 8, 2016 at 9:08 AM, Allen Hubbe <Allen.Hubbe@emc.com> wrote:
> From: Wei Yongjun
>> Fix typo in module parameter descriptions.
>>
>> Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
>
> Acked-by: Allen Hubbe <Allen.Hubbe@emc.com>

Another good catch.  Applied to the ntb branch.

Thanks,
Jon

>
>> ---
>>  drivers/ntb/hw/intel/ntb_hw_intel.c | 12 ++++++------
>>  1 file changed, 6 insertions(+), 6 deletions(-)
>>
>> diff --git a/drivers/ntb/hw/intel/ntb_hw_intel.c b/drivers/ntb/hw/intel/ntb_hw_intel.c
>> index 0d5c29a..1ee61d9 100644
>> --- a/drivers/ntb/hw/intel/ntb_hw_intel.c
>> +++ b/drivers/ntb/hw/intel/ntb_hw_intel.c
>> @@ -112,17 +112,17 @@ MODULE_PARM_DESC(xeon_b2b_usd_bar2_addr64,
>>
>>  module_param_named(xeon_b2b_usd_bar4_addr64,
>>                  xeon_b2b_usd_addr.bar4_addr64, ullong, 0644);
>> -MODULE_PARM_DESC(xeon_b2b_usd_bar2_addr64,
>> +MODULE_PARM_DESC(xeon_b2b_usd_bar4_addr64,
>>                "XEON B2B USD BAR 4 64-bit address");
>>
>>  module_param_named(xeon_b2b_usd_bar4_addr32,
>>                  xeon_b2b_usd_addr.bar4_addr32, ullong, 0644);
>> -MODULE_PARM_DESC(xeon_b2b_usd_bar2_addr64,
>> +MODULE_PARM_DESC(xeon_b2b_usd_bar4_addr32,
>>                "XEON B2B USD split-BAR 4 32-bit address");
>>
>>  module_param_named(xeon_b2b_usd_bar5_addr32,
>>                  xeon_b2b_usd_addr.bar5_addr32, ullong, 0644);
>> -MODULE_PARM_DESC(xeon_b2b_usd_bar2_addr64,
>> +MODULE_PARM_DESC(xeon_b2b_usd_bar5_addr32,
>>                "XEON B2B USD split-BAR 5 32-bit address");
>>
>>  module_param_named(xeon_b2b_dsd_bar2_addr64,
>> @@ -132,17 +132,17 @@ MODULE_PARM_DESC(xeon_b2b_dsd_bar2_addr64,
>>
>>  module_param_named(xeon_b2b_dsd_bar4_addr64,
>>                  xeon_b2b_dsd_addr.bar4_addr64, ullong, 0644);
>> -MODULE_PARM_DESC(xeon_b2b_dsd_bar2_addr64,
>> +MODULE_PARM_DESC(xeon_b2b_dsd_bar4_addr64,
>>                "XEON B2B DSD BAR 4 64-bit address");
>>
>>  module_param_named(xeon_b2b_dsd_bar4_addr32,
>>                  xeon_b2b_dsd_addr.bar4_addr32, ullong, 0644);
>> -MODULE_PARM_DESC(xeon_b2b_dsd_bar2_addr64,
>> +MODULE_PARM_DESC(xeon_b2b_dsd_bar4_addr32,
>>                "XEON B2B DSD split-BAR 4 32-bit address");
>>
>>  module_param_named(xeon_b2b_dsd_bar5_addr32,
>>                  xeon_b2b_dsd_addr.bar5_addr32, ullong, 0644);
>> -MODULE_PARM_DESC(xeon_b2b_dsd_bar2_addr64,
>> +MODULE_PARM_DESC(xeon_b2b_dsd_bar5_addr32,
>>                "XEON B2B DSD split-BAR 5 32-bit address");
>>
>>  #ifndef ioread64
>

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] NTB: ntb_hw_intel: Fix typo in module parameter descriptions Wei Yongjun <weiyj.lk@gmail.com> - 2016-08-08 11:50 +0200
  RE: [PATCH] NTB: ntb_hw_intel: Fix typo in module parameter descriptions "Allen Hubbe" <Allen.Hubbe@emc.com> - 2016-08-08 15:10 +0200
    Re: [PATCH] NTB: ntb_hw_intel: Fix typo in module parameter descriptions Jon Mason <jdmason@kudzu.us> - 2016-08-08 17:10 +0200

csiph-web