From 0f06abd38ef26007faf7602fd8e0454aa27d9dd8 Mon Sep 17 00:00:00 2001 From: Laurent Navet Date: Mon, 21 Jan 2013 22:16:06 +0100 Subject: [PATCH] drivers: pcmcia: electra_cf.c fix checkpatch error and warnings fix these checkpatch errors and warning: - ERROR: "foo * bar" should be "foo *bar" - WARNING: please, no space before tabs - WARNING: sizeof *cf should be sizeof(*cf) - WARNING: space prohibited between function name and open parenthesis '('i Signed-off-by: Laurent Navet Signed-off-by: Dominik Brodowski --- Reading git-format-patch failed