From: Mark Einon Date: Mon, 29 Sep 2014 07:55:41 +0000 (+0100) Subject: staging: et131x: Simplify for loop in et131x_init_send() X-Git-Tag: fixes-for-v3.18-merge-window~15^2~108 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=644bbf95f5e2937f4929866e0d8899a9ed42f691;p=pandora-kernel.git staging: et131x: Simplify for loop in et131x_init_send() The for loop in this function increments two variables and has an unusual starting index of 1 (not 0). Make it look more familiar. Reported-by: Dan Carpenter Signed-off-by: Mark Einon Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed