JOB VACANCY IN CANADA, 2014

2014-09-27 Thread Sedna Oil Refineries
JOB VACANCY IN CANADA, 2014 Sedna Oil Refinery is a leading global resources company in oil refining. We are now creating new career opportunities for both experienced and fresh graduates outside Australia. We offer challenging job opportunities to the right people on our latest career and

Re: [PATCH 2/2] Staging: android: sw_sync: fixed a coding style issues

2014-09-27 Thread Sudip Mukherjee
On Fri, Sep 26, 2014 at 12:11:56AM +0100, Mike Roocroft wrote: you forgot to write the commit message and also mention there what kind of warning you have fixed. thanks sudip > Signed-off-by: Mike Roocroft > --- > drivers/staging/android/sw_sync.c | 2 ++ > 1 file changed, 2 insertions(+) >

[PATCH 1/1] staging : android : sync : get_unused_fd

2014-09-27 Thread Heinrich Schuchardt
sync.h recommends to use get_unused_fd which does not set O_CLOEXEC while the rest of the android tree uses get_unused_fd_flags and sets O_CLOEXEC. The patch adjust the comment. Signed-off-by: Heinrich Schuchardt --- drivers/staging/android/sync.h | 3 ++- 1 file changed, 2 insertions(+), 1 del