summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/as102/as10x_cmd.c
diff options
context:
space:
mode:
authorSylwester Nawrocki <snjw23@gmail.com>2011-11-06 16:31:44 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-11-08 11:30:46 -0200
commit14e0e4bf6c8c98ef36542280b3147b4e79e7131b (patch)
tree5b191e98530a2b5650b8eddc023bdc34fb766de9 /drivers/staging/media/as102/as10x_cmd.c
parent880102898f19cf9f9ba36dc9d838b5476645ce00 (diff)
downloadlinux-14e0e4bf6c8c98ef36542280b3147b4e79e7131b.tar.gz
linux-14e0e4bf6c8c98ef36542280b3147b4e79e7131b.tar.xz
linux-14e0e4bf6c8c98ef36542280b3147b4e79e7131b.zip
[media] staging: as102: Whitespace and indentation cleanup
Remove some unnecessary braces. Replace spaces with tabs where expected. Replace gcc specific __FUNCTION__ with C99 __func__. No functional changes. Cc: Devin Heitmueller <dheitmueller@kernellabs.com> Signed-off-by: Sylwester Nawrocki <snjw23@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/staging/media/as102/as10x_cmd.c')
-rw-r--r--drivers/staging/media/as102/as10x_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/media/as102/as10x_cmd.c b/drivers/staging/media/as102/as10x_cmd.c
index 0dcba8065780..1663a453f84b 100644
--- a/drivers/staging/media/as102/as10x_cmd.c
+++ b/drivers/staging/media/as102/as10x_cmd.c
@@ -232,7 +232,7 @@ out:
}
/**
- * send get TPS command to AS10x
+ * as10x_cmd_get_tps - send get TPS command to AS10x
* @phandle: pointer to AS10x handle
* @ptps: pointer to TPS parameters structure
*