Skip to content

Commit

Permalink
Staging: tidspbridge: fix no space before tabs
Browse files Browse the repository at this point in the history
Fix checkpatch.pl issues please, no space before tabs in
drivers/staging/tidspbridge/rmgr/dspdrv.c

Signed-off-by: Ebru Akagunduz <ebru.akagunduz@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Ebru Akagunduz authored and Greg Kroah-Hartman committed Oct 7, 2013
1 parent 0350a1b commit db6f016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/tidspbridge/rmgr/dspdrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down Expand Up @@ -106,7 +106,7 @@ u32 dsp_init(u32 *init_status)

/*
* ======== dsp_deinit ========
* Frees the resources allocated for bridge.
* Frees the resources allocated for bridge.
*/
bool dsp_deinit(u32 device_context)
{
Expand Down

0 comments on commit db6f016

Please sign in to comment.