diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-06-12 19:17:57 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-06-12 19:17:57 +0000 |
commit | 6a5112a75054f4315c5042dcb83837dc35e0c488 (patch) | |
tree | 37d00c9aac134a7b17b855da089886dcfe2c33c1 /target/linux/adm5120/files/drivers/usb/host/adm5120-mem.c | |
parent | d3b8685cd79e04f6c215e13220b9ba8784ea7e0a (diff) | |
download | mtk-20170518-6a5112a75054f4315c5042dcb83837dc35e0c488.zip mtk-20170518-6a5112a75054f4315c5042dcb83837dc35e0c488.tar.gz mtk-20170518-6a5112a75054f4315c5042dcb83837dc35e0c488.tar.bz2 |
cleanup files using checkpatch.pl
SVN-Revision: 27162
Diffstat (limited to 'target/linux/adm5120/files/drivers/usb/host/adm5120-mem.c')
-rw-r--r-- | target/linux/adm5120/files/drivers/usb/host/adm5120-mem.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/adm5120/files/drivers/usb/host/adm5120-mem.c b/target/linux/adm5120/files/drivers/usb/host/adm5120-mem.c index da50d42..79fff70 100644 --- a/target/linux/adm5120/files/drivers/usb/host/adm5120-mem.c +++ b/target/linux/adm5120/files/drivers/usb/host/adm5120-mem.c @@ -125,10 +125,10 @@ static void td_free(struct admhcd *ahcd, struct td *td) #if 0 /* TODO: remove */ else if ((td->hwINFO & cpu_to_hc32(ahcd, TD_DONE)) != 0) - admhc_dbg (ahcd, "no hash for td %p\n", td); + admhc_dbg(ahcd, "no hash for td %p\n", td); #else else if ((td->flags & TD_FLAG_DONE) != 0) - admhc_dbg (ahcd, "no hash for td %p\n", td); + admhc_dbg(ahcd, "no hash for td %p\n", td); #endif dma_pool_free(ahcd->td_cache, td, td->td_dma); } |