From: Vitaly Kuznetsov Date: Sat, 10 Jan 2015 06:18:55 +0000 (-0800) Subject: Tools: hv: do not add redundant '/' in hv_start_fcopy() X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~85^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1136da62170465920eea1ae9ba9ce2234091f77;p=pandora-kernel.git Tools: hv: do not add redundant '/' in hv_start_fcopy() We don't need to add additional '/' to smsg->path_name as snprintf("%s/%s") does the right thing. Without the patch we get doubled '//' in the log message. Signed-off-by: Vitaly Kuznetsov Signed-off-by: K. Y. Srinivasan Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed