looks good On Sun, 2009-06-21 at 20:42 +0200, Jim Meyering wrote: > From: Jim Meyering <[email protected]> > > * lib/lck.c (saLckResourceOpenAsync, saLckResourceLockAsync): > * services/lck.c (lck_sync_resource_lock_timer_stop, lck_unlock): > (message_handler_req_exec_lck_resourceclose): > --- > lib/lck.c | 4 ++-- > services/lck.c | 6 +++--- > 2 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/lib/lck.c b/lib/lck.c > index 62d4e57..db967ae 100644 > --- a/lib/lck.c > +++ b/lib/lck.c > @@ -619,7 +619,7 @@ saLckResourceOpenAsync ( > goto error_exit; > } > > - /* > + /* > * Check that saLckLockGrantCallback is defined. > */ > if (lckInstance->callbacks.saLckResourceOpenCallback == NULL) { > @@ -954,7 +954,7 @@ saLckResourceLockAsync ( > goto error_put; > } > > - /* > + /* > * Check that saLckLockGrantCallback is defined. > */ > if (lckInstance->callbacks.saLckLockGrantCallback == NULL) { > diff --git a/services/lck.c b/services/lck.c > index 5d3672a..75d350f 100644 > --- a/services/lck.c > +++ b/services/lck.c > @@ -1077,7 +1077,7 @@ static inline void lck_sync_resource_lock_timer_stop > (void) > { > resource_lock->timeout = > api->timer_expire_time_get > (resource_lock->timer_handle); > - > + > api->timer_delete (resource_lock->timer_handle); > > /* DEBUG */ > @@ -1821,7 +1821,7 @@ static void lck_unlock ( > } > else { > /* > - * We are not unlocking the exclusive lock, therefore > + * We are not unlocking the exclusive lock, therefore > * this lock must be in one of the lock lists. > * Remove the lock from the list. > */ > @@ -2274,7 +2274,7 @@ static void message_handler_req_exec_lck_resourceclose ( > } > > error_exit: > - if (api->ipc_source_is_local (&req_exec_lck_resourceclose->source)) > > + if (api->ipc_source_is_local (&req_exec_lck_resourceclose->source)) > { > if (req_exec_lck_resourceclose->exit_flag == 0) { > res_lib_lck_resourceclose.header.size =
_______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
