diff mbox

[2/2] pcie: fix typo in comments

Message ID 1478833368-25917-1-git-send-email-caoj.fnst@cn.fujitsu.com (mailing list archive)
State New, archived
Headers show

Commit Message

Cao jin Nov. 11, 2016, 3:02 a.m. UTC
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
---
 hw/pci/pcie.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Cao jin Dec. 21, 2016, 6:29 a.m. UTC | #1
ping

On 11/11/2016 11:02 AM, Cao jin wrote:
> Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
> ---
>  hw/pci/pcie.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/pci/pcie.c b/hw/pci/pcie.c
> index 99cfb45..39b10b8 100644
> --- a/hw/pci/pcie.c
> +++ b/hw/pci/pcie.c
> @@ -656,7 +656,7 @@ static void pcie_ext_cap_set_next(PCIDevice *dev, uint16_t pos, uint16_t next)
>  }
>  
>  /*
> - * caller must supply valid (offset, size) * such that the range shouldn't
> + * Caller must supply valid (offset, size) such that the range wouldn't
>   * overlap with other capability or other registers.
>   * This function doesn't check it.
>   */
>
Marcel Apfelbaum Dec. 21, 2016, 10:40 a.m. UTC | #2
On 12/21/2016 08:29 AM, Cao jin wrote:
> ping
>

No need for an r-b for this patch ,Michael or the qemu-trivial maintainer will take that.

Thanks,
Marce;

> On 11/11/2016 11:02 AM, Cao jin wrote:
>> Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
>> ---
>>  hw/pci/pcie.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/hw/pci/pcie.c b/hw/pci/pcie.c
>> index 99cfb45..39b10b8 100644
>> --- a/hw/pci/pcie.c
>> +++ b/hw/pci/pcie.c
>> @@ -656,7 +656,7 @@ static void pcie_ext_cap_set_next(PCIDevice *dev, uint16_t pos, uint16_t next)
>>  }
>>
>>  /*
>> - * caller must supply valid (offset, size) * such that the range shouldn't
>> + * Caller must supply valid (offset, size) such that the range wouldn't
>>   * overlap with other capability or other registers.
>>   * This function doesn't check it.
>>   */
>>
>
Michael Tokarev Jan. 12, 2017, 10:49 a.m. UTC | #3
11.11.2016 06:02, Cao jin wrote:

Applied to -trivial, thank you!

/mjt
diff mbox

Patch

diff --git a/hw/pci/pcie.c b/hw/pci/pcie.c
index 99cfb45..39b10b8 100644
--- a/hw/pci/pcie.c
+++ b/hw/pci/pcie.c
@@ -656,7 +656,7 @@  static void pcie_ext_cap_set_next(PCIDevice *dev, uint16_t pos, uint16_t next)
 }
 
 /*
- * caller must supply valid (offset, size) * such that the range shouldn't
+ * Caller must supply valid (offset, size) such that the range wouldn't
  * overlap with other capability or other registers.
  * This function doesn't check it.
  */