Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1566334 > unrolled thread

[PATCH net-next] r8152: fix the wrong spelling

Started byHayes Wang <hayeswang@realtek.com>
First post2017-01-25 06:50 +0100
Last post2017-01-25 19:30 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH net-next] r8152: fix the wrong spelling Hayes Wang <hayeswang@realtek.com> - 2017-01-25 06:50 +0100
    Re: [PATCH net-next] r8152: fix the wrong spelling David Miller <davem@davemloft.net> - 2017-01-25 19:30 +0100

#1566334 — [PATCH net-next] r8152: fix the wrong spelling

FromHayes Wang <hayeswang@realtek.com>
Date2017-01-25 06:50 +0100
Subject[PATCH net-next] r8152: fix the wrong spelling
Message-ID<t3oD0-6ae-9@gated-at.bofh.it>
Replace rumtime with runtime.

Signed-off-by: Hayes Wang <hayeswang@realtek.com>
---
 drivers/net/usb/r8152.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c
index f3b48ad..d59d773 100644
--- a/drivers/net/usb/r8152.c
+++ b/drivers/net/usb/r8152.c
@@ -3576,7 +3576,7 @@ static bool delay_autosuspend(struct r8152 *tp)
 		return false;
 }
 
-static int rtl8152_rumtime_suspend(struct r8152 *tp)
+static int rtl8152_runtime_suspend(struct r8152 *tp)
 {
 	struct net_device *netdev = tp->netdev;
 	int ret = 0;
@@ -3653,7 +3653,7 @@ static int rtl8152_suspend(struct usb_interface *intf, pm_message_t message)
 	mutex_lock(&tp->control);
 
 	if (PMSG_IS_AUTO(message))
-		ret = rtl8152_rumtime_suspend(tp);
+		ret = rtl8152_runtime_suspend(tp);
 	else
 		ret = rtl8152_system_suspend(tp);
 
-- 
2.7.4

[toc] | [next] | [standalone]


#1566811

FromDavid Miller <davem@davemloft.net>
Date2017-01-25 19:30 +0100
Message-ID<t3Auu-5et-17@gated-at.bofh.it>
In reply to#1566334
From: Hayes Wang <hayeswang@realtek.com>
Date: Wed, 25 Jan 2017 13:41:45 +0800

> Replace rumtime with runtime.
> 
> Signed-off-by: Hayes Wang <hayeswang@realtek.com>

Applied, thanks.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web