commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 40/53: mach-defpager: remove comments around form feeds


From: Samuel Thibault
Subject: [hurd] 40/53: mach-defpager: remove comments around form feeds
Date: Thu, 20 Mar 2014 02:23:52 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit 653a408caabea249e4791dedfa433400dad90713
Author: Justus Winter <address@hidden>
Date:   Wed Mar 12 11:40:08 2014 +0100

    mach-defpager: remove comments around form feeds
    
    Form feed characters (\f) are whitespace and are treated as such by c
    compilers.  There is no need to enclose them in comments.
    
    * mach-defpager/default_pager.c: Remove comments around form feeds.
---
 mach-defpager/default_pager.c | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/mach-defpager/default_pager.c b/mach-defpager/default_pager.c
index 0977a5d..bea23b1 100644
--- a/mach-defpager/default_pager.c
+++ b/mach-defpager/default_pager.c
@@ -98,10 +98,7 @@ static pthread_mutex_t printf_lock = 
PTHREAD_MUTEX_INITIALIZER;
 
 #define        ptoa(p) ((p)*vm_page_size)
 #define        atop(a) ((a)/vm_page_size)
-
-/*
 
- */
 /*
  * Bitmap allocation.
  */
@@ -627,10 +624,7 @@ ddprintf 
("pager_dealloc_page(%d,%x,%d)\n",pindex,page,lock_it);
        if (lock_it)
            pthread_mutex_unlock(&part->p_lock);
 }
-
-/*
 
- */
 /*
  * Allocation info for each paging object.
  *
@@ -1706,11 +1700,7 @@ ok:
        pager->cur_partition = choose_partition(0, P_INDEX_INVALID);
        return TRUE;
 }
-
-/*
 
- */
-
 /*
  * Read/write routines.
  */
@@ -1888,10 +1878,7 @@ default_has_page(ds, offset)
 {
        return ( ! no_block(pager_read_offset(ds, offset)) );
 }
-/*
 
- */
-
 /*
  * Mapping between pager port and paging object.
  */

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]