mm/: Remove dangling space at the end of lines.
This commit is contained in:
parent
28e9fe32b6
commit
98d937104e
|
@ -61,7 +61,7 @@
|
||||||
# define iobinfo(format, ...) _info(format, ##__VA_ARGS__)
|
# define iobinfo(format, ...) _info(format, ##__VA_ARGS__)
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
# define ioberr _err
|
# define ioberr _err
|
||||||
# define iobwarn _warn
|
# define iobwarn _warn
|
||||||
# define iobinfo _info
|
# define iobinfo _info
|
||||||
|
@ -75,7 +75,7 @@
|
||||||
# define iobinfo(format, ...)
|
# define iobinfo(format, ...)
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
# define ioberr (void)
|
# define ioberr (void)
|
||||||
# define iobwarn (void)
|
# define iobwarn (void)
|
||||||
# define iobinfo (void)
|
# define iobinfo (void)
|
||||||
|
|
|
@ -59,7 +59,7 @@
|
||||||
* The sbrk() function adds 'incr' bytes to the break value and changes
|
* The sbrk() function adds 'incr' bytes to the break value and changes
|
||||||
* the allocated space accordingly. If incr is negative, the amount of
|
* the allocated space accordingly. If incr is negative, the amount of
|
||||||
* allocated space is decreased by incr bytes. The current value of the
|
* allocated space is decreased by incr bytes. The current value of the
|
||||||
* program break is returned by sbrk(0).
|
* program break is returned by sbrk(0).
|
||||||
*
|
*
|
||||||
* Input Parameters:
|
* Input Parameters:
|
||||||
* incr - Specifies the number of bytes to add or to remove from the
|
* incr - Specifies the number of bytes to add or to remove from the
|
||||||
|
|
|
@ -65,7 +65,7 @@
|
||||||
* The sbrk() function adds 'incr' bytes to the break value and changes
|
* The sbrk() function adds 'incr' bytes to the break value and changes
|
||||||
* the allocated space accordingly. If incr is negative, the amount of
|
* the allocated space accordingly. If incr is negative, the amount of
|
||||||
* allocated space is decreased by incr bytes. The current value of the
|
* allocated space is decreased by incr bytes. The current value of the
|
||||||
* program break is returned by sbrk(0).
|
* program break is returned by sbrk(0).
|
||||||
*
|
*
|
||||||
* Input Parameters:
|
* Input Parameters:
|
||||||
* heap - A reference to the data structure that defines this heap.
|
* heap - A reference to the data structure that defines this heap.
|
||||||
|
|
|
@ -81,7 +81,7 @@ struct shm_region_s
|
||||||
};
|
};
|
||||||
|
|
||||||
/* This structure represents the set of all shared memory regions.
|
/* This structure represents the set of all shared memory regions.
|
||||||
* Access to the region
|
* Access to the region
|
||||||
*/
|
*/
|
||||||
|
|
||||||
struct shm_info_s
|
struct shm_info_s
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
* The sbrk() function adds 'incr' bytes to the break value and changes
|
* The sbrk() function adds 'incr' bytes to the break value and changes
|
||||||
* the allocated space accordingly. If incr is negative, the amount of
|
* the allocated space accordingly. If incr is negative, the amount of
|
||||||
* allocated space is decreased by incr bytes. The current value of the
|
* allocated space is decreased by incr bytes. The current value of the
|
||||||
* program break is returned by sbrk(0).
|
* program break is returned by sbrk(0).
|
||||||
*
|
*
|
||||||
* Input Parameters:
|
* Input Parameters:
|
||||||
* incr - Specifies the number of bytes to add or to remove from the
|
* incr - Specifies the number of bytes to add or to remove from the
|
||||||
|
|
Loading…
Reference in New Issue