From: Stefan Richter Date: Wed, 7 Oct 2009 22:41:38 +0000 (+0200) Subject: firewire: cdev: normalize variable names X-Git-Tag: v2.6.33-rc1~383^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e21fcf798e246202d7b60e864f1d7302ebaaf41c;p=pandora-kernel.git firewire: cdev: normalize variable names Unify some names: - "e" for pointers to subtypes of struct event, - "event" for struct members and pointers to struct event, - "r" for pointers to subtypes of struct client_resource, - "resource" for struct members and pointers to struct client_resource, - other names for struct members and pointers to other types. Signed-off-by: Stefan Richter --- Reading git-diff-tree failed