netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] strict_strtoul in (obsolete) changed to kstrtoul
@ 2013-07-11  6:52 “Cosmin
  2013-07-11 12:09 ` Sergei Shtylyov
  0 siblings, 1 reply; 3+ messages in thread
From: “Cosmin @ 2013-07-11  6:52 UTC (permalink / raw)
  To: davem; +Cc: dhowells, ebiederm, rusty, serge.hallyn, netdev, linux-kernel

Signed-off-by: “Cosmin <“cosmin90stanescu@gmail.com”>
---
 net/dns_resolver/dns_key.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/dns_resolver/dns_key.c b/net/dns_resolver/dns_key.c
index 0a69d07..f347a2c 100644
--- a/net/dns_resolver/dns_key.c
+++ b/net/dns_resolver/dns_key.c
@@ -118,7 +118,7 @@ dns_resolver_instantiate(struct key *key, struct key_preparsed_payload *prep)
 				if (opt_vlen <= 0)
 					goto bad_option_value;
 
-				ret = strict_strtoul(eq, 10, &derrno);
+				ret = kstrtoul(eq, 10, &derrno);
 				if (ret < 0)
 					goto bad_option_value;
 
-- 
1.7.10.4

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

* Re: [PATCH] strict_strtoul in (obsolete) changed to kstrtoul
  2013-07-11  6:52 [PATCH] strict_strtoul in (obsolete) changed to kstrtoul “Cosmin
@ 2013-07-11 12:09 ` Sergei Shtylyov
  0 siblings, 0 replies; 3+ messages in thread
From: Sergei Shtylyov @ 2013-07-11 12:09 UTC (permalink / raw)
  To: “Cosmin
  Cc: davem, dhowells, ebiederm, rusty, serge.hallyn, netdev, linux-kernel

Hello.

On 11-07-2013 10:52, “Cosmin wrote:

> Signed-off-by: “Cosmin <“cosmin90stanescu@gmail.com”>

    Real name is required in signoff. Quotes are not necessary.

WBR, Sergei

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

* [PATCH] strict_strtoul in (obsolete) changed to kstrtoul
@ 2013-07-11  6:56 Cosmin Stanescu
  0 siblings, 0 replies; 3+ messages in thread
From: Cosmin Stanescu @ 2013-07-11  6:56 UTC (permalink / raw)
  To: davem; +Cc: dhowells, ebiederm, rusty, serge.hallyn, netdev, linux-kernel

From: “Cosmin <“cosmin90stanescu@gmail.com”>

Signed-off-by: “Cosmin <“cosmin90stanescu@gmail.com”>
---
 net/dns_resolver/dns_key.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/dns_resolver/dns_key.c b/net/dns_resolver/dns_key.c
index 0a69d07..f347a2c 100644
--- a/net/dns_resolver/dns_key.c
+++ b/net/dns_resolver/dns_key.c
@@ -118,7 +118,7 @@ dns_resolver_instantiate(struct key *key, struct key_preparsed_payload *prep)
 				if (opt_vlen <= 0)
 					goto bad_option_value;
 
-				ret = strict_strtoul(eq, 10, &derrno);
+				ret = kstrtoul(eq, 10, &derrno);
 				if (ret < 0)
 					goto bad_option_value;
 
-- 
1.7.10.4

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

end of thread, other threads:[~2013-07-11 12:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-11  6:52 [PATCH] strict_strtoul in (obsolete) changed to kstrtoul “Cosmin
2013-07-11 12:09 ` Sergei Shtylyov
2013-07-11  6:56 Cosmin Stanescu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).