rw = first->bi_rw;
        bio = &lo->lo_bio;
        while (*bio && (*bio)->bi_rw == rw) {
-               CDEBUG(D_INFO, "bio sector %llu size %u count %u vcnt%u \n",
+               CDEBUG(D_INFO, "bio sector %llu size %u count %u vcnt%u\n",
                       (unsigned long long)(*bio)->bi_iter.bi_sector,
                       (*bio)->bi_iter.bi_size,
                       page_count, (*bio)->bi_vcnt);
 
 #define RAS_CDEBUG(ras) \
        CDEBUG(D_READA,                                               \
               "lrp %lu cr %lu cp %lu ws %lu wl %lu nra %lu r %lu ri %lu"    \
-              "csr %lu sf %lu sp %lu sl %lu \n",                           \
+              "csr %lu sf %lu sp %lu sl %lu\n",                            \
               ras->ras_last_readpage, ras->ras_consecutive_requests,   \
               ras->ras_consecutive_pages, ras->ras_window_start,           \
               ras->ras_window_len, ras->ras_next_readahead,             \
        if (end_left > st_pgs)
                end_left = st_pgs;
 
-       CDEBUG(D_READA, "start %llu, end %llu start_left %lu end_left %lu \n",
+       CDEBUG(D_READA, "start %llu, end %llu start_left %lu end_left %lu\n",
               start, end, start_left, end_left);
 
        if (start == end)
                        offset = offset % (ria->ria_length);
                        if (offset > ria->ria_pages) {
                                page_idx += ria->ria_length - offset;
-                               CDEBUG(D_READA, "i %lu skip %lu \n", page_idx,
+                               CDEBUG(D_READA, "i %lu skip %lu\n", page_idx,
                                       ria->ria_length - offset);
                                continue;
                        }
         * if the region we failed to issue read-ahead on is still ahead
         * of the app and behind the next index to start read-ahead from
         */
-       CDEBUG(D_READA, "ra_end %lu end %lu stride end %lu \n",
+       CDEBUG(D_READA, "ra_end %lu end %lu stride end %lu\n",
               ra_end, end, ria->ria_end);
 
        if (ra_end != end + 1) {
 
 {
        cli->cl_next_shrink_grant =
                cfs_time_shift(cli->cl_grant_shrink_interval);
-       CDEBUG(D_CACHE, "next time %ld to shrink grant \n",
+       CDEBUG(D_CACHE, "next time %ld to shrink grant\n",
               cli->cl_next_shrink_grant);
 }
 
                        client->cl_import->imp_obd->obd_name, rc);
                return rc;
        }
-       CDEBUG(D_CACHE, "add grant client %s \n",
+       CDEBUG(D_CACHE, "add grant client %s\n",
               client->cl_import->imp_obd->obd_name);
        osc_update_next_shrink(client);
        return 0;