From: Thomas Gleixner Date: Tue, 18 Mar 2014 18:27:42 +0000 (+0100) Subject: can: c_can: Make the code readable X-Git-Tag: v3.15-rc1~113^2~2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=520f570c4378d23b595e52213601d62332174462;p=pandora-kernel.git can: c_can: Make the code readable If every other line contains line breaks, that's a clear sign for indentation level madness. Split out the inner loop and move the code to a separate function. gcc creates slightly worse code for that, but we'll fix that in the next step. Signed-off-by: Thomas Gleixner [mkl: adjusted subject] Signed-off-by: Marc Kleine-Budde --- Reading git-diff-tree failed