Re: [PATCH 2/4] coding style changes

2013-09-21 Thread Marin Ramesa
On 21.09.2013 16:13:24, Samuel Thibault wrote: > Marin Ramesa, le Tue 17 Sep 2013 19:35:03 +0200, a écrit : > > @@ -421,7 +421,7 @@ device_open(reply_port, reply_port_type, mode, > > name, device_p) > > ipc_port_t reply_port; > > mach_msg_type_name_t reply_port_type; > > dev_mode_t

Re: [PATCH 2/4] coding style changes

2013-09-21 Thread Samuel Thibault
Marin Ramesa, le Tue 17 Sep 2013 19:35:03 +0200, a écrit : > @@ -421,7 +421,7 @@ device_open(reply_port, reply_port_type, mode, name, > device_p) > ipc_port_t reply_port; > mach_msg_type_name_t reply_port_type; > dev_mode_t mode; > - char * name; > + ch

[PATCH 2/4] coding style changes

2013-09-17 Thread Marin Ramesa
* device/ds_routines.c: Coding style changes. --- device/ds_routines.c | 80 ++-- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/device/ds_routines.c b/device/ds_routines.c index 73571dc..12b0fa9 100644 --- a/device/ds_routines.c ++

[PATCH 2/4] coding style changes

2013-09-16 Thread Marin Ramesa
* device/dev_pager.c: Coding style changes. --- device/dev_pager.c | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/device/dev_pager.c b/device/dev_pager.c index 7f49805..a1b9eb9 100644 --- a/device/dev_pager.c +++ b/device/dev_pager.c @@ -262,12