doc: fix a grammar mistake in rawdev guide

Message ID 20190604084100.98523-1-xiaolong.ye@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series doc: fix a grammar mistake in rawdev guide |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation fail Compilation issues

Commit Message

Xiaolong Ye June 4, 2019, 8:41 a.m. UTC
  Fixes: a9bb0c44c775 ("doc: add rawdev library guide and doxygen page")
Cc: stable@dpdk.org

Signed-off-by: Xiaolong Ye <xiaolong.ye@intel.com>
---
 doc/guides/prog_guide/rawdev.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

John McNamara June 4, 2019, 9:07 a.m. UTC | #1
> -----Original Message-----
> From: Ye, Xiaolong
> Sent: Tuesday, June 4, 2019 9:41 AM
> To: Shreyansh Jain <shreyansh.jain@nxp.com>; Hemant Agrawal
> <hemant.agrawal@nxp.com>; Mcnamara, John <john.mcnamara@intel.com>;
> Kovacevic, Marko <marko.kovacevic@intel.com>
> Cc: dev@dpdk.org; Ye, Xiaolong <xiaolong.ye@intel.com>; stable@dpdk.org
> Subject: [PATCH] doc: fix a grammar mistake in rawdev guide
> 
> Fixes: a9bb0c44c775 ("doc: add rawdev library guide and doxygen page")
> Cc: stable@dpdk.org

Acked-by: John McNamara <john.mcnamara@intel.com>
  
Shreyansh Jain June 6, 2019, 9:32 a.m. UTC | #2
Though John has already acked it, and I was original culprit, more than one Ack doesn't look bad :D

> -----Original Message-----
> From: Xiaolong Ye <xiaolong.ye@intel.com>
> Sent: Tuesday, June 4, 2019 2:11 PM
> To: Shreyansh Jain <shreyansh.jain@nxp.com>; Hemant Agrawal
> <hemant.agrawal@nxp.com>; John McNamara <john.mcnamara@intel.com>; Marko
> Kovacevic <marko.kovacevic@intel.com>
> Cc: dev@dpdk.org; Xiaolong Ye <xiaolong.ye@intel.com>; stable@dpdk.org
> Subject: [PATCH] doc: fix a grammar mistake in rawdev guide
> 
> Fixes: a9bb0c44c775 ("doc: add rawdev library guide and doxygen page")
> Cc: stable@dpdk.org
> 
> Signed-off-by: Xiaolong Ye <xiaolong.ye@intel.com>
> ---

Acked-by: Shreyansh Jain <shreyansh.jain@nxp.com>
  
Thomas Monjalon July 8, 2019, 6:16 p.m. UTC | #3
06/06/2019 11:32, Shreyansh Jain:
> Though John has already acked it, and I was original culprit, more than one Ack doesn't look bad :D
> 
> From: Xiaolong Ye <xiaolong.ye@intel.com>
> > Fixes: a9bb0c44c775 ("doc: add rawdev library guide and doxygen page")
> > Cc: stable@dpdk.org
> > 
> > Signed-off-by: Xiaolong Ye <xiaolong.ye@intel.com>
> 
> Acked-by: Shreyansh Jain <shreyansh.jain@nxp.com>

Applied, thanks
  

Patch

diff --git a/doc/guides/prog_guide/rawdev.rst b/doc/guides/prog_guide/rawdev.rst
index 42c195cef..b61a87697 100644
--- a/doc/guides/prog_guide/rawdev.rst
+++ b/doc/guides/prog_guide/rawdev.rst
@@ -32,7 +32,7 @@  Key factors guiding design of the Rawdevice library:
 
 1. Following are some generic operations which can be treated as applicable
    to a large subset of device types. None of the operations are mandatory to
-   be implemented by a driver. Application should also be design for proper
+   be implemented by a driver. Application should also be designed for proper
    handling for unsupported APIs.
 
   * Device Start/Stop - In some cases, 'reset' might also be required which