All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] atmodem: coding style fix
@ 2011-01-18 14:45 Jeevaka Badrappan
  2011-01-18 14:56 ` Marcel Holtmann
  0 siblings, 1 reply; 2+ messages in thread
From: Jeevaka Badrappan @ 2011-01-18 14:45 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 602 bytes --]

---
 drivers/atmodem/sim.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/atmodem/sim.c b/drivers/atmodem/sim.c
index c5f4a44..8d89d53 100644
--- a/drivers/atmodem/sim.c
+++ b/drivers/atmodem/sim.c
@@ -508,7 +508,7 @@ static void huawei_cpin_cb(gboolean ok, GAtResult *result, gpointer user_data)
 		if (!g_at_result_iter_next_number(&iter, &val))
 			goto error;
 
-		retries[password_types[i]]= val;
+		retries[password_types[i]] = val;
 
 		DBG("retry counter id=%d, val=%d", password_types[i],
 						retries[password_types[i]]);
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] atmodem: coding style fix
  2011-01-18 14:45 [PATCH] atmodem: coding style fix Jeevaka Badrappan
@ 2011-01-18 14:56 ` Marcel Holtmann
  0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2011-01-18 14:56 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 164 bytes --]

Hi Jeevaka,

>  drivers/atmodem/sim.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

patch has been applied. Thanks.

Regards

Marcel



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-18 14:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-18 14:45 [PATCH] atmodem: coding style fix Jeevaka Badrappan
2011-01-18 14:56 ` Marcel Holtmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.