Commit db6f016f authored by Ebru Akagunduz's avatar Ebru Akagunduz Committed by Greg Kroah-Hartman

Staging: tidspbridge: fix no space before tabs

Fix checkpatch.pl issues please, no space before tabs in
drivers/staging/tidspbridge/rmgr/dspdrv.c
Signed-off-by: default avatarEbru Akagunduz <ebru.akagunduz@gmail.com>
Reviewed-by: default avatarJosh Triplett <josh@joshtriplett.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0350a1bd
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
/* /*
* ======== dsp_init ======== * ======== 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) u32 dsp_init(u32 *init_status)
{ {
...@@ -106,7 +106,7 @@ u32 dsp_init(u32 *init_status) ...@@ -106,7 +106,7 @@ u32 dsp_init(u32 *init_status)
/* /*
* ======== dsp_deinit ======== * ======== dsp_deinit ========
* Frees the resources allocated for bridge. * Frees the resources allocated for bridge.
*/ */
bool dsp_deinit(u32 device_context) bool dsp_deinit(u32 device_context)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment