projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0350a1b
)
Staging: tidspbridge: fix no space before tabs
author
Ebru Akagunduz
<
[email protected]
>
Sat, 5 Oct 2013 14:09:45 +0000
(17:09 +0300)
committer
Greg Kroah-Hartman
<
[email protected]
>
Mon, 7 Oct 2013 05:07:30 +0000
(22:07 -0700)
Fix checkpatch.pl issues please, no space before tabs in
drivers/staging/tidspbridge/rmgr/dspdrv.c
Signed-off-by: Ebru Akagunduz <
[email protected]
>
Reviewed-by: Josh Triplett <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/tidspbridge/rmgr/dspdrv.c
patch
|
blob
|
history
diff --git
a/drivers/staging/tidspbridge/rmgr/dspdrv.c
b/drivers/staging/tidspbridge/rmgr/dspdrv.c
index d460f5823c6b9a645c465db6d8cafe65223981de..012e4a38d2db70fd4d8df83eb7e770656335ce49 100644
(file)
--- a/
drivers/staging/tidspbridge/rmgr/dspdrv.c
+++ b/
drivers/staging/tidspbridge/rmgr/dspdrv.c
@@
-36,7
+36,7
@@
/*
* ======== dsp_init ========
- *
Allocates bridge resources. Loads a base image onto DSP, if specified.
+ * Allocates bridge resources. Loads a base image onto DSP, if specified.
*/
u32 dsp_init(u32 *init_status)
{
@@
-106,7
+106,7
@@
func_cont:
/*
* ======== dsp_deinit ========
- *
Frees the resources allocated for bridge.
+ * Frees the resources allocated for bridge.
*/
bool dsp_deinit(u32 device_context)
{