From: Mauro Carvalho Chehab Date: Sun, 28 Apr 2013 14:47:50 +0000 (-0300) Subject: [media] drxk_hard: remove needless parenthesis X-Git-Tag: v3.11-rc1~17^2~268 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=949dd08d92cdbbe7f2560f06ac297eee54b7ea49;p=pandora-kernel.git [media] drxk_hard: remove needless parenthesis X-Patchwork-Delegate: mchehab@redhat.com There are several places where: state->var = (some_var) The parenthesis there are doing nothing but making it harder to read and breaking the 80 columns soft limits. Just get rid of it. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed