On 04/18/2012 10:37 AM, Antonio Quartulli wrote:
On Wed, Apr 18, 2012 at 10:33:34AM +0200, Martin Hundebøll wrote:
Hi Antonio,
On 04/18/2012 12:27 AM, Antonio Quartulli wrote:
- /* check for ADD+DEL or DEL+ADD events */ spin_lock_bh(&bat_priv->tt_changes_list_lock);
- list_for_each_entry_safe(entry, safe,&bat_priv->tt_changes_list,
list) {
if (!compare_eth(entry->change.addr, addr))
continue;
Please add an empty line here.
Is this really needed for some specific reason?
No, but I like it that way :)