Skip to content
Snippets Groups Projects
Commit e1eff7a3 authored by Stefan Richter's avatar Stefan Richter
Browse files

firewire: normalize a variable name


Standardize on  if (err)
                        handle_error;
           and  if (ret < 0)
                        handle_error;

Don't call a variable err if we store values in it which mean success.
Also, offset some return statements by a blank line since this how we do
it in drivers/firewire.

Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
parent d01b0178
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment