]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/lustre/lustre/obdclass/lustre_handles.c
staging: lustre: add missing blank line after declarations
[karo-tx-linux.git] / drivers / staging / lustre / lustre / obdclass / lustre_handles.c
index d19ec15cb4631d9195aebdeebeecfb6c09d55834..b526e7ef0c0e55cdeba737a621806d0efd5c8835 100644 (file)
@@ -126,6 +126,7 @@ static void class_handle_unhash_nolock(struct portals_handle *h)
 void class_handle_unhash(struct portals_handle *h)
 {
        struct handle_bucket *bucket;
+
        bucket = handle_hash + (h->h_cookie & HANDLE_HASH_MASK);
 
        spin_lock(&bucket->lock);
@@ -233,6 +234,7 @@ static int cleanup_all_handles(void)
 void class_handle_cleanup(void)
 {
        int count;
+
        LASSERT(handle_hash != NULL);
 
        count = cleanup_all_handles();