summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem/call-volume.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-12-09 02:46:33 -0600
committerDenis Kenzior <denkenz@gmail.com>2009-12-09 02:46:33 -0600
commit2297bc926ded976c010e3bfc4d8660e82f7af8b3 (patch)
tree1bd5b9789628bd9c08c5a6e768b26f4a847edace /drivers/atmodem/call-volume.c
parentb95025ab01c2b5f51cc42fcd59d1bcb32369b450 (diff)
downloadofono-2297bc926ded976c010e3bfc4d8660e82f7af8b3.tar.bz2
Style: Fix some remaining style issues in atmodem
Diffstat (limited to 'drivers/atmodem/call-volume.c')
-rw-r--r--drivers/atmodem/call-volume.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/atmodem/call-volume.c b/drivers/atmodem/call-volume.c
index 6ba45a5c..39894508 100644
--- a/drivers/atmodem/call-volume.c
+++ b/drivers/atmodem/call-volume.c
@@ -180,8 +180,8 @@ error:
CALLBACK_WITH_FAILURE(cb, data);
}
-static int at_call_volume_probe(struct ofono_call_volume *cv, unsigned int vendor,
- void *data)
+static int at_call_volume_probe(struct ofono_call_volume *cv,
+ unsigned int vendor, void *data)
{
GAtChat *chat = data;
struct cv_data *cvd;