All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] include: fix comment on dst value
@ 2011-02-02 13:10 Jeevaka Badrappan
  2011-02-02 13:10 ` [PATCH 2/2] examples: fix issue with dst print Jeevaka Badrappan
  2011-02-02 16:44 ` [PATCH 1/2] include: fix comment on dst value Denis Kenzior
  0 siblings, 2 replies; 4+ messages in thread
From: Jeevaka Badrappan @ 2011-02-02 13:10 UTC (permalink / raw)
  To: ofono

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

---
 include/types.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/types.h b/include/types.h
index 31f2682..d25f409 100644
--- a/include/types.h
+++ b/include/types.h
@@ -105,7 +105,7 @@ struct ofono_network_time {
 	int mday;	/* Day of month [1..31], -1 if unavailable */
 	int mon;	/* Month [1..12], -1 if unavailable */
 	int year;	/* Current year, -1 if unavailable */
-	int dst;	/* Current adjustment, in seconds */
+	int dst;	/* Current adjustment, in hours */
 	int utcoff;	/* Offset from UTC in seconds */
 };
 
-- 
1.7.0.4


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

* [PATCH 2/2] examples: fix issue with dst print
  2011-02-02 13:10 [PATCH 1/2] include: fix comment on dst value Jeevaka Badrappan
@ 2011-02-02 13:10 ` Jeevaka Badrappan
  2011-02-02 16:44   ` Denis Kenzior
  2011-02-02 16:44 ` [PATCH 1/2] include: fix comment on dst value Denis Kenzior
  1 sibling, 1 reply; 4+ messages in thread
From: Jeevaka Badrappan @ 2011-02-02 13:10 UTC (permalink / raw)
  To: ofono

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

---
 examples/nettime.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/examples/nettime.c b/examples/nettime.c
index 3843ce2..f586f07 100644
--- a/examples/nettime.c
+++ b/examples/nettime.c
@@ -59,7 +59,7 @@ static void example_nettime_info_received(struct ofono_nettime_context *context,
 			info->year, info->mon, info->mday, info->hour,
 			info->min, info->sec, info->utcoff > 0 ? '+' : '-',
 			info->utcoff / 3600, (info->utcoff % 3600) / 60,
-			info->dst / 3600);
+			info->dst);
 }
 
 static struct ofono_nettime_driver example_driver = {
-- 
1.7.0.4


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

* Re: [PATCH 1/2] include: fix comment on dst value
  2011-02-02 13:10 [PATCH 1/2] include: fix comment on dst value Jeevaka Badrappan
  2011-02-02 13:10 ` [PATCH 2/2] examples: fix issue with dst print Jeevaka Badrappan
@ 2011-02-02 16:44 ` Denis Kenzior
  1 sibling, 0 replies; 4+ messages in thread
From: Denis Kenzior @ 2011-02-02 16:44 UTC (permalink / raw)
  To: ofono

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

Hi Jeevaka,

On 02/02/2011 07:10 AM, Jeevaka Badrappan wrote:
> ---
>  include/types.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 

Patch has been applied, thanks.

Regards,
-Denis.

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

* Re: [PATCH 2/2] examples: fix issue with dst print
  2011-02-02 13:10 ` [PATCH 2/2] examples: fix issue with dst print Jeevaka Badrappan
@ 2011-02-02 16:44   ` Denis Kenzior
  0 siblings, 0 replies; 4+ messages in thread
From: Denis Kenzior @ 2011-02-02 16:44 UTC (permalink / raw)
  To: ofono

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

Hi Jeevaka,

On 02/02/2011 07:10 AM, Jeevaka Badrappan wrote:
> ---
>  examples/nettime.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 

Patch has been applied, thanks.

Regards,
-Denis.

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

end of thread, other threads:[~2011-02-02 16:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-02 13:10 [PATCH 1/2] include: fix comment on dst value Jeevaka Badrappan
2011-02-02 13:10 ` [PATCH 2/2] examples: fix issue with dst print Jeevaka Badrappan
2011-02-02 16:44   ` Denis Kenzior
2011-02-02 16:44 ` [PATCH 1/2] include: fix comment on dst value Denis Kenzior

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.