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:
f722406
)
drivers: char: ipmi: Replaced kmalloc and strcpy with kstrdup
author
Alexandru Gheorghiu
<gheorghiuandru@gmail.com>
Thu, 16 May 2013 19:04:24 +0000
(14:04 -0500)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 16 May 2013 20:49:25 +0000
(13:49 -0700)
Replaced calls to kmalloc followed by strcpy with a sincle call to
kstrdup. Patch found using coccinelle.
Signed-off-by: Alexandru Gheorghiu <gheorghiuandru@gmail.com>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found