diff mbox series

[v2,2/3] powerpc/eeh: Add full stop to fix a grammatical error

Message ID 5cac0f67a54c21ddadf5f2f844bf85544efecbdb.1703756365.git.ghanshyam1898@gmail.com (mailing list archive)
State New
Headers show
Series Fix typos, grammatical errors and add units of function param | expand

Commit Message

Ghanshyam Agrawal Dec. 28, 2023, 10:15 a.m. UTC
Add a full stop at the end of one of the sentences to fix the
grammatical error.

Suggested-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Ghanshyam Agrawal <ghanshyam1898@gmail.com>
---
V2:
Added full stop to fix a grammatical error

V1:
This change was suggested in V1.

 arch/powerpc/kernel/eeh_pe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/powerpc/kernel/eeh_pe.c b/arch/powerpc/kernel/eeh_pe.c
index 8e0c1a8b8641..77d05740977a 100644
--- a/arch/powerpc/kernel/eeh_pe.c
+++ b/arch/powerpc/kernel/eeh_pe.c
@@ -27,7 +27,7 @@  static LIST_HEAD(eeh_phb_pe);
  * eeh_set_pe_aux_size - Set PE auxiliary data size
  * @size: PE auxiliary data size
  *
- * Set PE auxiliary data size
+ * Set PE auxiliary data size.
  */
 void eeh_set_pe_aux_size(int size)
 {