mbox series

[v2,0/3] Fix typos, grammatical errors and add units of function param

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

Message

Ghanshyam Agrawal Dec. 28, 2023, 10:15 a.m. UTC
This patch series fixes spelling mistake in the word "auxillary",
fixes a grammatical error related to full stop and adds the units
of the size param in the description of eeh_set_pe_aux_size function.

Ghanshyam Agrawal (3):
  powerpc/eeh: Fix spelling of the word "auxillary"
  powerpc/eeh: Add full stop to fix a grammatical error
  powerpc/eeh: Add the units of size param in the description

 arch/powerpc/include/asm/eeh.h | 2 +-
 arch/powerpc/kernel/eeh_pe.c   | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

Michael Ellerman May 8, 2024, 1:39 p.m. UTC | #1
On Thu, 28 Dec 2023 15:45:17 +0530, Ghanshyam Agrawal wrote:
> This patch series fixes spelling mistake in the word "auxillary",
> fixes a grammatical error related to full stop and adds the units
> of the size param in the description of eeh_set_pe_aux_size function.
> 
> Ghanshyam Agrawal (3):
>   powerpc/eeh: Fix spelling of the word "auxillary"
>   powerpc/eeh: Add full stop to fix a grammatical error
>   powerpc/eeh: Add the units of size param in the description
> 
> [...]

Applied to powerpc/next.

[1/3] powerpc/eeh: Fix spelling of the word "auxillary"
      https://git.kernel.org/powerpc/c/39434af10f1045b50826b8b506415f36681d4b40
[2/3] powerpc/eeh: Add full stop to fix a grammatical error
      (squashed)
[3/3] powerpc/eeh: Add the units of size param in the description
      (squashed)

cheers