From: Rashika Kheria Date: Sun, 10 Nov 2013 13:28:44 +0000 (+0530) Subject: Staging: tidspbridge: Fix no space before tabs in dbll.c X-Git-Tag: next-20131128~9^2~87^2~136 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ae510a6a22300cc0e457bf2663ecd0f0ba352f83;p=karo-tx-linux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/tidspbridge/pmgr/dbll.c b/drivers/staging/tidspbridge/pmgr/dbll.c index 941961e44020..c7d816e466c9 100644 --- a/drivers/staging/tidspbridge/pmgr/dbll.c +++ b/drivers/staging/tidspbridge/pmgr/dbll.c @@ -1398,7 +1398,7 @@ void find_symbol_callback(void *elem, void *user_data) * @sym_addr_output: Symbol Output address * @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, u32 offset_range, u32 *sym_addr_output,