public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Subject: Modifying mannual to manual
@ 2025-10-22 19:45 Biancaa Ramesh
  2025-10-22 19:52 ` Sudeep Holla
  2025-10-22 20:05 ` [PATCH] [PATCH] doc: fix typo "mannual" →"manual"imx95.rst Biancaa Ramesh
  0 siblings, 2 replies; 4+ messages in thread
From: Biancaa Ramesh @ 2025-10-22 19:45 UTC (permalink / raw)
  To: linux-kernel
  Cc: peng.fan, sudeep.holla, cristian.marussi, shawnguo, s.hauer,
	festevam, Biancaa Ramesh

Spelling fix in the document from mannual to manual in 2 places.
Regards,
Biancaa.R

Signed-off-by: Biancaa Ramesh <biancaa2210329@ssn.edu.in>
---
 drivers/firmware/arm_scmi/vendors/imx/imx95.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/firmware/arm_scmi/vendors/imx/imx95.rst b/drivers/firmware/arm_scmi/vendors/imx/imx95.rst
index 741f4eace350..933c21512411 100644
--- a/drivers/firmware/arm_scmi/vendors/imx/imx95.rst
+++ b/drivers/firmware/arm_scmi/vendors/imx/imx95.rst
@@ -400,7 +400,7 @@ POR, WDOG, JTAG and etc.
 |                     |Bits[22:8] Error ID(Agent ID of the system).            |
 |                     |Bit[7:0] Reason(WDOG, POR, FCCU and etc):               |
 |                     |See the SRESR register description in the System        |
-|                     |Reset Controller (SRC) section in SoC reference mannual |
+|                     |Reset Controller (SRC) section in SoC reference manual |
 |                     |One reason maps to BIT(reason) in SRESR                 |
 +---------------------+--------------------------------------------------------+
 |uint32 shutdownflags |Shutdown reason flags. This parameter has the format:   |
@@ -419,7 +419,7 @@ POR, WDOG, JTAG and etc.
 |                     |Bits[22:8] Error ID(Agent ID of the System).            |
 |                     |Bit[7:0] Reason                                         |
 |                     |See the SRESR register description in the System        |
-|                     |Reset Controller (SRC) section in SoC reference mannual |
+|                     |Reset Controller (SRC) section in SoC reference manual |
 |                     |One reason maps to BIT(reason) in SRESR                 |
 +---------------------+--------------------------------------------------------+
 |uint32 extinfo[3]    |Array of extended info words(e.g. fault pc)             |
-- 
2.43.0


-- 
::DISCLAIMER::

---------------------------------------------------------------------
The 
contents of this e-mail and any attachment(s) are confidential and
intended 
for the named recipient(s) only. Views or opinions, if any,
presented in 
this email are solely those of the author and may not
necessarily reflect 
the views or opinions of SSN Institutions (SSN) or its
affiliates. Any form 
of reproduction, dissemination, copying, disclosure,
modification, 
distribution and / or publication of this message without the
prior written 
consent of authorized representative of SSN is strictly
prohibited. If you 
have received this email in error please delete it and
notify the sender 
immediately.
---------------------------------------------------------------------
Header of this mail should have a valid DKIM signature for the domain 
ssn.edu.in <http://www.ssn.edu.in/>

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] Subject: Modifying mannual to manual
  2025-10-22 19:45 [PATCH] Subject: Modifying mannual to manual Biancaa Ramesh
@ 2025-10-22 19:52 ` Sudeep Holla
  2025-10-22 20:05 ` [PATCH] [PATCH] doc: fix typo "mannual" →"manual"imx95.rst Biancaa Ramesh
  1 sibling, 0 replies; 4+ messages in thread
From: Sudeep Holla @ 2025-10-22 19:52 UTC (permalink / raw)
  To: Biancaa Ramesh
  Cc: linux-kernel, peng.fan, cristian.marussi, shawnguo, Sudeep Holla,
	s.hauer, festevam

On Thu, Oct 23, 2025 at 01:15:27AM +0530, Biancaa Ramesh wrote:
> -- 
> ::DISCLAIMER::
> 
> ---------------------------------------------------------------------
> The 
> contents of this e-mail and any attachment(s) are confidential and
> intended 
> for the named recipient(s) only. Views or opinions, if any,
> presented in 
> this email are solely those of the author and may not
> necessarily reflect 
> the views or opinions of SSN Institutions (SSN) or its
> affiliates. Any form 
> of reproduction, dissemination, copying, disclosure,
> modification, 
> distribution and / or publication of this message without the
> prior written 
> consent of authorized representative of SSN is strictly
> prohibited. If you 
> have received this email in error please delete it and
> notify the sender 
> immediately.
> ---------------------------------------------------------------------
> Header of this mail should have a valid DKIM signature for the domain 
> ssn.edu.in <http://www.ssn.edu.in/>

Thanks delete as requested. Please post the patch following the rules stated
in Documentation/process/submitting-patches.rst with proper $subject and
commit message if you expect it to be reviewed and accepted.

-- 
Regards,
Sudeep

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] [PATCH] doc: fix typo "mannual" →"manual"imx95.rst
  2025-10-22 19:45 [PATCH] Subject: Modifying mannual to manual Biancaa Ramesh
  2025-10-22 19:52 ` Sudeep Holla
@ 2025-10-22 20:05 ` Biancaa Ramesh
  2025-10-22 20:15   ` Sudeep Holla
  1 sibling, 1 reply; 4+ messages in thread
From: Biancaa Ramesh @ 2025-10-22 20:05 UTC (permalink / raw)
  To: linux-kernel
  Cc: peng.fan, sudeep.holla, cristian.marussi, shawnguo, s.hauer,
	festevam, Biancaa Ramesh

Spelling fix in the document from mannual to manual in 2 places.
Fixes a spelling typo "mannual" to "manual" in two places
in drivers/firmware/arm_scmi/vendors/imx/imx95.rst.

Signed-off-by: Biancaa Ramesh <biancaa2210329@ssn.edu.in>
---
 drivers/firmware/arm_scmi/vendors/imx/imx95.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/firmware/arm_scmi/vendors/imx/imx95.rst b/drivers/firmware/arm_scmi/vendors/imx/imx95.rst
index 741f4eace350..933c21512411 100644
--- a/drivers/firmware/arm_scmi/vendors/imx/imx95.rst
+++ b/drivers/firmware/arm_scmi/vendors/imx/imx95.rst
@@ -400,7 +400,7 @@ POR, WDOG, JTAG and etc.
 |                     |Bits[22:8] Error ID(Agent ID of the system).            |
 |                     |Bit[7:0] Reason(WDOG, POR, FCCU and etc):               |
 |                     |See the SRESR register description in the System        |
-|                     |Reset Controller (SRC) section in SoC reference mannual |
+|                     |Reset Controller (SRC) section in SoC reference manual |
 |                     |One reason maps to BIT(reason) in SRESR                 |
 +---------------------+--------------------------------------------------------+
 |uint32 shutdownflags |Shutdown reason flags. This parameter has the format:   |
@@ -419,7 +419,7 @@ POR, WDOG, JTAG and etc.
 |                     |Bits[22:8] Error ID(Agent ID of the System).            |
 |                     |Bit[7:0] Reason                                         |
 |                     |See the SRESR register description in the System        |
-|                     |Reset Controller (SRC) section in SoC reference mannual |
+|                     |Reset Controller (SRC) section in SoC reference manual |
 |                     |One reason maps to BIT(reason) in SRESR                 |
 +---------------------+--------------------------------------------------------+
 |uint32 extinfo[3]    |Array of extended info words(e.g. fault pc)             |
-- 
2.43.0


-- 
::DISCLAIMER::

---------------------------------------------------------------------
The 
contents of this e-mail and any attachment(s) are confidential and
intended 
for the named recipient(s) only. Views or opinions, if any,
presented in 
this email are solely those of the author and may not
necessarily reflect 
the views or opinions of SSN Institutions (SSN) or its
affiliates. Any form 
of reproduction, dissemination, copying, disclosure,
modification, 
distribution and / or publication of this message without the
prior written 
consent of authorized representative of SSN is strictly
prohibited. If you 
have received this email in error please delete it and
notify the sender 
immediately.
---------------------------------------------------------------------
Header of this mail should have a valid DKIM signature for the domain 
ssn.edu.in <http://www.ssn.edu.in/>

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] [PATCH] doc: fix typo "mannual" →"manual"imx95.rst
  2025-10-22 20:05 ` [PATCH] [PATCH] doc: fix typo "mannual" →"manual"imx95.rst Biancaa Ramesh
@ 2025-10-22 20:15   ` Sudeep Holla
  0 siblings, 0 replies; 4+ messages in thread
From: Sudeep Holla @ 2025-10-22 20:15 UTC (permalink / raw)
  To: Biancaa Ramesh
  Cc: linux-kernel, peng.fan, cristian.marussi, shawnguo, Sudeep Holla,
	s.hauer, festevam

On Thu, Oct 23, 2025 at 01:35:08AM +0530, Biancaa Ramesh wrote:
> -- 
> ::DISCLAIMER::
> 
> ---------------------------------------------------------------------
> The 
> contents of this e-mail and any attachment(s) are confidential and
> intended 
> for the named recipient(s) only. Views or opinions, if any,
> presented in 
> this email are solely those of the author and may not
> necessarily reflect 
> the views or opinions of SSN Institutions (SSN) or its
> affiliates. Any form 
> of reproduction, dissemination, copying, disclosure,
> modification, 
> distribution and / or publication of this message without the
> prior written 
> consent of authorized representative of SSN is strictly
> prohibited. If you 
> have received this email in error please delete it and
> notify the sender 
> immediately.

Again deleted as per your disclaimer. Please find a way to get rid of it
as I need to keep deleting your emails as suggested in the disclaimer.

> ---------------------------------------------------------------------
> Header of this mail should have a valid DKIM signature for the domain 
> ssn.edu.in <http://www.ssn.edu.in/>

-- 
Regards,
Sudeep

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-10-22 20:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-22 19:45 [PATCH] Subject: Modifying mannual to manual Biancaa Ramesh
2025-10-22 19:52 ` Sudeep Holla
2025-10-22 20:05 ` [PATCH] [PATCH] doc: fix typo "mannual" →"manual"imx95.rst Biancaa Ramesh
2025-10-22 20:15   ` Sudeep Holla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox