From: Dan Carpenter Date: Sat, 4 Sep 2010 08:33:03 +0000 (+0000) Subject: isdn: cleanup: make buffer smaller X-Git-Tag: v2.6.37-rc1~147^2~540 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f417f5e4ba79a08e992c79a4bb84c8a8c5062017;p=pandora-kernel.git isdn: cleanup: make buffer smaller This showed up in my audit because we use strcpy() to copy "ds" into a 32 character buffer inside the isdn_tty_dial() function. But it turns out that we only ever use the first 32 characters so it's OK. I have changed the declaration to make the static checkers happy. Signed-off-by: Dan Carpenter Signed-off-by: David S. Miller --- Reading git-diff-tree failed