Hi Rémi,

2011/1/19 Rémi Denis-Courmont <remi.denis-courm...@nokia.com>:
> ---
>  src/common.c |   23 +++++++++++++++++++++++
>  src/common.h |   13 +++++++++++++
>  2 files changed, 36 insertions(+), 0 deletions(-)
>
> diff --git a/src/common.c b/src/common.c
> index d4e567b..2dd0da0 100644
> --- a/src/common.c
> +++ b/src/common.c

snip.

> +/* 27.007 Section 7.29 */
> +enum packet_bearer {
> +       PACKET_BEARER_NONE = 0,
> +       PACKET_BEARER_GPRS = 1,
> +       PACKET_BEARER_EGPRS = 2,
> +       PACKET_BEARER_UMTS = 3,
> +       PACKET_BEARER_HSUPA = 4,
> +       PACKET_BEARER_HSDPA = 5,
> +       PACKET_BEARER_HSUPA_HSDPA = 6,
> +       PACKET_BEARER_EPS = 7,
> +};

These need to be right-aligned with tabs. See coding-style, M12.

Cheers,
Aki
_______________________________________________
ofono mailing list
ofono@ofono.org
http://lists.ofono.org/listinfo/ofono

Reply via email to