All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 1/5] net: wwan: iosm: fix uevent reporting
@ 2021-07-01 15:07 M Chetan Kumar
  2021-07-01 20:20 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: M Chetan Kumar @ 2021-07-01 15:07 UTC (permalink / raw)
  To: netdev; +Cc: kuba, davem, johannes, krishna.c.sudi, linuxwwan

Change uevent env variable name to IOSM_EVENT & correct
reporting format to key=value pair.

Signed-off-by: M Chetan Kumar <m.chetan.kumar@linux.intel.com>
---
v2: no change.
---
 drivers/net/wwan/iosm/iosm_ipc_uevent.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wwan/iosm/iosm_ipc_uevent.c b/drivers/net/wwan/iosm/iosm_ipc_uevent.c
index 2229d752926c..d12188ffed7e 100644
--- a/drivers/net/wwan/iosm/iosm_ipc_uevent.c
+++ b/drivers/net/wwan/iosm/iosm_ipc_uevent.c
@@ -37,7 +37,7 @@ void ipc_uevent_send(struct device *dev, char *uevent)
 
 	/* Store the device and event information */
 	info->dev = dev;
-	snprintf(info->uevent, MAX_UEVENT_LEN, "%s: %s", dev_name(dev), uevent);
+	snprintf(info->uevent, MAX_UEVENT_LEN, "IOSM_EVENT=%s", uevent);
 
 	/* Schedule uevent in process context using work queue */
 	schedule_work(&info->work);
-- 
2.25.1


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

* Re: [PATCH V2 1/5] net: wwan: iosm: fix uevent reporting
  2021-07-01 15:07 [PATCH V2 1/5] net: wwan: iosm: fix uevent reporting M Chetan Kumar
@ 2021-07-01 20:20 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-07-01 20:20 UTC (permalink / raw)
  To: M Chetan Kumar; +Cc: netdev, kuba, davem, johannes, krishna.c.sudi, linuxwwan

Hello:

This series was applied to netdev/net.git (refs/heads/master):

On Thu,  1 Jul 2021 20:37:06 +0530 you wrote:
> Change uevent env variable name to IOSM_EVENT & correct
> reporting format to key=value pair.
> 
> Signed-off-by: M Chetan Kumar <m.chetan.kumar@linux.intel.com>
> ---
> v2: no change.
> 
> [...]

Here is the summary with links:
  - [V2,1/5] net: wwan: iosm: fix uevent reporting
    https://git.kernel.org/netdev/net/c/856a5c97268d
  - [V2,2/5] net: wwan: iosm: remove reduandant check
    https://git.kernel.org/netdev/net/c/3bcfc0a2d319
  - [V2,3/5] net: wwan: iosm: correct link-id handling
    https://git.kernel.org/netdev/net/c/5bb4eea0c5f5
  - [V2,4/5] net: wwan: iosm: fix netdev tx stats
    https://git.kernel.org/netdev/net/c/c302e3a1c86f
  - [V2,5/5] net: wwan: iosm: set default mtu
    https://git.kernel.org/netdev/net/c/d7340f46beae

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2021-07-01 20:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-01 15:07 [PATCH V2 1/5] net: wwan: iosm: fix uevent reporting M Chetan Kumar
2021-07-01 20:20 ` patchwork-bot+netdevbpf

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.