From: Dan Carpenter Date: Fri, 19 Jul 2013 05:53:13 +0000 (+0300) Subject: TTY: snyclinkmp: calculating wrong addresses X-Git-Tag: v3.11-rc3~10^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2652c2163d781676284b2af494a97e64d65a5ee6;p=pandora-kernel.git TTY: snyclinkmp: calculating wrong addresses This is a static checker fix and I don't have a way to test it. But from the context it looks like this is a typo where SCABUFSIZE was intended instead of sizeof(SCABUFSIZE). SCABUFSIZE is 1024 and sizeof(int) is 4. I would suspect this is a bad bug. Signed-off-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed