From: Artem Bityutskiy Date: Sun, 6 May 2007 13:45:43 +0000 (+0300) Subject: UBI: minor comma fix X-Git-Tag: v2.6.23-rc1~495^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f800f09bf44871f6c6e4d3e42a60946e1ea51b17;p=pandora-kernel.git UBI: minor comma fix Use coma at the the last elements of structure initializer. Daniel Stone's explanation: Because it turns: - .attr = foo + .attr = foo, + .bar = baz into: + .bar = baz, i.e., far less likely to screw up a merge. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed