From: Dan Carpenter Date: Fri, 8 May 2015 09:16:25 +0000 (+0300) Subject: virtio_console: silence a static checker warning X-Git-Tag: omap-for-v4.2/fixes-rc1^2~94^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db1700685c0ad2ecb9e42af6a568435a03bbc3fd;p=pandora-kernel.git virtio_console: silence a static checker warning My static checker complains that this sprintf() can overflow but really it can't. Just silence the warning by using snprintf(). Signed-off-by: Dan Carpenter Reviewed-by: Amit Shah Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed