From fb3cdd16f2f89f535f66531c3f811af8f0f0428b Mon Sep 17 00:00:00 2001 From: Chi Pham Date: Thu, 3 Jul 2014 15:03:59 +0200 Subject: [PATCH] staging: ced1401: Add void declarations in zero-arg functions. Added explicit void declarations to zero-argument function headers. The following coccinelle script was used: @addvoid@ identifier f; @@ f( + void ) { ... } Signed-off-by: Chi Pham Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed