All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers: ipa: fix typos for ipa_smp2p structure doc
@ 2020-05-14 11:02 Wang Wenhu
  2020-05-14 20:07 ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Wang Wenhu @ 2020-05-14 11:02 UTC (permalink / raw)
  To: Alex Elder, David S. Miller, netdev, linux-kernel; +Cc: kernel, Wang Wenhu

Remove the duplicate "mutex", and change "Motex" to "Mutex". Also I
recommend it's easier for understanding to make the "ready-interrupt"
a bundle for it is a parallel description as "shutdown" which is appended
after the slash.

Signed-off-by: Wang Wenhu <wenhu.wang@vivo.com>
Cc: Alex Elder <elder@kernel.org>
---
 drivers/net/ipa/ipa_smp2p.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ipa/ipa_smp2p.c b/drivers/net/ipa/ipa_smp2p.c
index 4d33aa7ebfbb..a5f7a79a1923 100644
--- a/drivers/net/ipa/ipa_smp2p.c
+++ b/drivers/net/ipa/ipa_smp2p.c
@@ -53,7 +53,7 @@
  * @clock_on:		Whether IPA clock is on
  * @notified:		Whether modem has been notified of clock state
  * @disabled:		Whether setup ready interrupt handling is disabled
- * @mutex mutex:	Motex protecting ready interrupt/shutdown interlock
+ * @mutex:		Mutex protecting ready-interrupt/shutdown interlock
  * @panic_notifier:	Panic notifier structure
 */
 struct ipa_smp2p {
-- 
2.17.1


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

* Re: [PATCH] drivers: ipa: fix typos for ipa_smp2p structure doc
  2020-05-14 11:02 [PATCH] drivers: ipa: fix typos for ipa_smp2p structure doc Wang Wenhu
@ 2020-05-14 20:07 ` David Miller
  2020-05-18 15:09   ` Alex Elder
  0 siblings, 1 reply; 3+ messages in thread
From: David Miller @ 2020-05-14 20:07 UTC (permalink / raw)
  To: wenhu.wang; +Cc: elder, netdev, linux-kernel, kernel

From: Wang Wenhu <wenhu.wang@vivo.com>
Date: Thu, 14 May 2020 04:02:22 -0700

> Remove the duplicate "mutex", and change "Motex" to "Mutex". Also I
> recommend it's easier for understanding to make the "ready-interrupt"
> a bundle for it is a parallel description as "shutdown" which is appended
> after the slash.
> 
> Signed-off-by: Wang Wenhu <wenhu.wang@vivo.com>
> Cc: Alex Elder <elder@kernel.org>

Applied, thanks.

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

* Re: [PATCH] drivers: ipa: fix typos for ipa_smp2p structure doc
  2020-05-14 20:07 ` David Miller
@ 2020-05-18 15:09   ` Alex Elder
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Elder @ 2020-05-18 15:09 UTC (permalink / raw)
  To: David Miller, wenhu.wang; +Cc: elder, netdev, linux-kernel, kernel

On 5/14/20 3:07 PM, David Miller wrote:
> From: Wang Wenhu <wenhu.wang@vivo.com>
> Date: Thu, 14 May 2020 04:02:22 -0700
> 
>> Remove the duplicate "mutex", and change "Motex" to "Mutex". Also I
>> recommend it's easier for understanding to make the "ready-interrupt"
>> a bundle for it is a parallel description as "shutdown" which is appended
>> after the slash.
>>
>> Signed-off-by: Wang Wenhu <wenhu.wang@vivo.com>
>> Cc: Alex Elder <elder@kernel.org>
> 
> Applied, thanks.

Thank you.	-Alex


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

end of thread, other threads:[~2020-05-18 15:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-14 11:02 [PATCH] drivers: ipa: fix typos for ipa_smp2p structure doc Wang Wenhu
2020-05-14 20:07 ` David Miller
2020-05-18 15:09   ` Alex Elder

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.