aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge/rmgr/drv.c
diff options
context:
space:
mode:
authorMasood Mehmood <ody.guru@gmail.com>2014-03-01 00:41:55 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-03-01 08:10:51 -0800
commit9cd02bd876d3b1a5a93f0c9376f578bde03a6b26 (patch)
tree3377e357252623a3c22091eae454f36d6af4a230 /drivers/staging/tidspbridge/rmgr/drv.c
parentlustre/ptlrpc: rq_commit_cb is called for twice (diff)
downloadlinux-dev-9cd02bd876d3b1a5a93f0c9376f578bde03a6b26.tar.xz
linux-dev-9cd02bd876d3b1a5a93f0c9376f578bde03a6b26.zip
staging: tidspbridge: fixed space coding style
- Adjusted pointer's '*' declaration to the data_type. - Added space after 'if' keyword Signed-off-by: Masood Mehmood <ody.guru@gmail.com> Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/tidspbridge/rmgr/drv.c')
-rw-r--r--drivers/staging/tidspbridge/rmgr/drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/tidspbridge/rmgr/drv.c b/drivers/staging/tidspbridge/rmgr/drv.c
index be26917a6896..757ae20b38ee 100644
--- a/drivers/staging/tidspbridge/rmgr/drv.c
+++ b/drivers/staging/tidspbridge/rmgr/drv.c
@@ -738,7 +738,7 @@ void mem_ext_phys_pool_release(void)
* Allocate physically contiguous, uncached memory from external memory pool
*/
-static void *mem_ext_phys_mem_alloc(u32 bytes, u32 align, u32 * phys_addr)
+static void *mem_ext_phys_mem_alloc(u32 bytes, u32 align, u32 *phys_addr)
{
u32 new_alloc_ptr;
u32 offset;