git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a17944
)
[NET]: dont use strlen() but the result from a prior sprintf()
author
Eric Dumazet
<dada1@cosmosbay.com>
Wed, 22 Jun 2005 21:32:51 +0000
(14:32 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 22 Jun 2005 21:32:51 +0000
(14:32 -0700)
Small patch to save an unecessary call to strlen() : sprintf() gave us
the length, just trust it.
Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found