]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: tidspbridge: Fix no space before tabs in dbll.c
authorRashika Kheria <rashika.kheria@gmail.com>
Sun, 10 Nov 2013 13:28:44 +0000 (18:58 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 Nov 2013 20:10:38 +0000 (12:10 -0800)
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>
drivers/staging/tidspbridge/pmgr/dbll.c

index 941961e440207e737d43905d3edf435468f7cc48..c7d816e466c92f17e272f547d088b6d7ef87df4b 100644 (file)
@@ -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,