]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: tidspbridge: Fix whitespace for pointers in function headers
authorJeff Oczek <jeffoczek@gmail.com>
Sat, 14 Jun 2014 13:21:17 +0000 (09:21 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Jun 2014 22:25:56 +0000 (15:25 -0700)
Change style in function headers from 'type * ptr' to 'type *ptr'

Signed-off-by: Jeff Oczek <jeffoczek@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/tidspbridge/include/dspbridge/dblldefs.h

index c66f23970e6177ebdb70226181fe25bc5a1ddc70..a19e07809ff62c9511011c795fd63b62554fbe6b 100644 (file)
@@ -130,7 +130,7 @@ typedef s32(*dbll_seek_fxn) (void *, long, int);
  *      FALSE:          Failed to find symbol.
  */
 typedef bool(*dbll_sym_lookup) (void *handle, void *parg, void *rmm_handle,
-                               const char *name, struct dbll_sym_val ** sym);
+                               const char *name, struct dbll_sym_val **sym);
 
 /*
  *  ======== dbll_tell_fxn ========
@@ -309,7 +309,7 @@ typedef bool(*dbll_get_c_addr_fxn) (struct dbll_library_obj *lib, char *name,
  *  Ensures:
  */
 typedef int(*dbll_get_sect_fxn) (struct dbll_library_obj *lib,
-                                       char *name, u32 * addr, u32 * size);
+                                       char *name, u32 *addr, u32 *size);
 
 /*
  *  ======== dbll_init ========