diff options
| author | 2013-11-25 17:14:14 +0300 | |
|---|---|---|
| committer | 2013-11-25 12:03:00 -0800 | |
| commit | 5e1284758a6702117b622a4983c5829ea583df2c (patch) | |
| tree | 18ed8fefa858d3d5c77a5ecaac6400e22304dac5 /include/linux | |
| parent | staging: dwc2: cleanups in dwc2_hcd_qh_add() (diff) | |
staging: dwc2: remove some indent levels
Instead of writing code like:
if (dwc2_qh_is_non_per(qh)) {
...
} else {
...
}
return;
write it like:
if (dwc2_qh_is_non_per(qh)) {
...
return;
}
...
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Paul Zimmerman <paulz@synopsys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
