[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [PATCH v2 7/8] tmem: Remove extra spaces at end and some hard tabbing.



On 27/08/15 12:02, Konrad Rzeszutek Wilk wrote:
> @@ -1559,7 +1559,7 @@ refind:
>          {
>              /* no puts allowed into a frozen pool (except dup puts) */
>              if ( client->frozen )
> -             goto unlock_obj;
> +                 goto unlock_obj;

Need to lose 3 spaces here.

>          }
>      }
>      else
> @@ -1572,10 +1572,10 @@ refind:
>  
>          write_lock(&pool->pool_rwlock);
>          /*
> -      * Parallel callers may already allocated obj and inserted to 
> obj_rb_root
> -      * before us.
> -      */
> -        if (!obj_rb_insert(&pool->obj_rb_root[oid_hash(oidp)], obj))
> +         * Parallel callers may already allocated obj and inserted to 
> obj_rb_root
> +         * before us.
> +         */
> +        if ( !obj_rb_insert(&pool->obj_rb_root[oid_hash(oidp)], obj) )
>          {
>              tmem_free(obj, pool);
>              write_unlock(&pool->pool_rwlock);
> @@ -1945,7 +1945,7 @@ static int do_tmem_new_pool(domid_t this_cli_id,
>                       (client->shared_auth_uuid[i][1] == uuid_hi) )
>                      break;
>              if ( i == MAX_GLOBAL_SHARED_POOLS )
> -         {
> +             {

And here.

~Andrew

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.