Staging: tidspbridge: Fix no space before tabs in dbll.c

This patch fixes the following checkpatch.pl warning in pmgr/dbll.c-
WARNING: please, no space before tabs

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Rashika Kheria 2013-11-10 18:58:44 +05:30 committed by Greg Kroah-Hartman
parent 50e8f00184
commit ae510a6a22

View file

@ -1398,7 +1398,7 @@ void find_symbol_callback(void *elem, void *user_data)
* @sym_addr_output: Symbol Output address * @sym_addr_output: Symbol Output address
* @name_output: String with the dsp symbol * @name_output: String with the dsp symbol
* *
* This function retrieves the dsp symbol from the dsp binary. * This function retrieves the dsp symbol from the dsp binary.
*/ */
bool dbll_find_dsp_symbol(struct dbll_library_obj *zl_lib, u32 address, bool dbll_find_dsp_symbol(struct dbll_library_obj *zl_lib, u32 address,
u32 offset_range, u32 *sym_addr_output, u32 offset_range, u32 *sym_addr_output,