From 9254c8412a4d8286007089f70050ff578f5995eb Mon Sep 17 00:00:00 2001 From: Niklas Svensson Date: Wed, 6 Aug 2014 19:55:10 +0200 Subject: [PATCH] staging: comedi: fixing coding style problems This patch fixes warnings of checkpatch.pl script: CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around devpriv->timer + init_timer(&(devpriv->timer)); CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis + dev_info(dev->class_dev, + "%s: %i microvolt, %li microsecond waveform attached\n", Task of Eudyptula challenge. Signed-off-by: Niklas Svensson Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed