From: Alexandru Gheorghiu Date: Thu, 16 May 2013 19:04:24 +0000 (-0500) Subject: drivers: char: ipmi: Replaced kmalloc and strcpy with kstrdup X-Git-Tag: v3.10-rc2~17^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b6b698f53b3a5382a907308048d77c8bacca4ab;p=pandora-kernel.git drivers: char: ipmi: Replaced kmalloc and strcpy with kstrdup Replaced calls to kmalloc followed by strcpy with a sincle call to kstrdup. Patch found using coccinelle. Signed-off-by: Alexandru Gheorghiu Signed-off-by: Corey Minyard Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed