From 61a0bc0f1fd235cb0af8413432beb5fed8101ad1 Mon Sep 17 00:00:00 2001 From: Ken Cox Date: Fri, 7 Mar 2014 13:44:47 -0600 Subject: [PATCH] Staging: unisys: Fix multiple variable length array declarations There were multiple variable length arrays declared on the stack in proc handlers: char buf[count]; I changed these to be fixed length arrays. Signed-off-by: Ken Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed