Andy's formatting changes.

This commit is contained in:
Ben Gras 2005-09-11 16:45:46 +00:00
parent 5ae6f98dea
commit 42fbd9aced
25 changed files with 218 additions and 218 deletions

View File

@ -300,9 +300,9 @@ dev_t device; /* device whose blocks are to be purged */
#endif #endif
} }
/*==========================================================================* /*===========================================================================*
* flushall * * flushall *
*==========================================================================*/ *===========================================================================*/
PUBLIC void flushall(dev) PUBLIC void flushall(dev)
dev_t dev; /* device to flush */ dev_t dev; /* device to flush */
{ {

View File

@ -485,7 +485,7 @@ PRIVATE int select_reevaluate(struct filp *fp)
} }
/*===========================================================================* /*===========================================================================*
* int select_callback * * select_callback *
*===========================================================================*/ *===========================================================================*/
PUBLIC int select_callback(struct filp *fp, int ops) PUBLIC int select_callback(struct filp *fp, int ops)
{ {
@ -529,7 +529,7 @@ PUBLIC int select_callback(struct filp *fp, int ops)
} }
/*===========================================================================* /*===========================================================================*
* int select_notified * * select_notified *
*===========================================================================*/ *===========================================================================*/
PUBLIC int select_notified(int major, int minor, int selected_ops) PUBLIC int select_notified(int major, int minor, int selected_ops)
{ {
@ -586,7 +586,7 @@ PUBLIC void init_select(void)
} }
/*===========================================================================* /*===========================================================================*
* int select_forget * * select_forget *
*===========================================================================*/ *===========================================================================*/
PUBLIC void select_forget(int proc) PUBLIC void select_forget(int proc)
{ {
@ -617,7 +617,7 @@ PUBLIC void select_forget(int proc)
} }
/*===========================================================================* /*===========================================================================*
* int select_timeout_check * * select_timeout_check *
*===========================================================================*/ *===========================================================================*/
PUBLIC void select_timeout_check(timer_t *timer) PUBLIC void select_timeout_check(timer_t *timer)
{ {

View File

@ -268,9 +268,9 @@ PRIVATE void pm_init()
printf(" free %u KB.\n", click_to_round_k(free_clicks)); printf(" free %u KB.\n", click_to_round_k(free_clicks));
} }
/*=========================================================================* /*===========================================================================*
* get_nice_value * * get_nice_value *
*=========================================================================*/ *===========================================================================*/
PRIVATE int get_nice_value(queue) PRIVATE int get_nice_value(queue)
int queue; /* store mem chunks here */ int queue; /* store mem chunks here */
{ {
@ -295,9 +295,9 @@ int queue; /* store mem chunks here */
#define MAX_16BIT (0xFFF0L << CLICK_SHIFT) #define MAX_16BIT (0xFFF0L << CLICK_SHIFT)
#endif #endif
/*=========================================================================* /*===========================================================================*
* get_mem_chunks * * get_mem_chunks *
*=========================================================================*/ *===========================================================================*/
PRIVATE void get_mem_chunks(mem_chunks) PRIVATE void get_mem_chunks(mem_chunks)
struct memory *mem_chunks; /* store mem chunks here */ struct memory *mem_chunks; /* store mem chunks here */
{ {
@ -358,9 +358,9 @@ struct memory *mem_chunks; /* store mem chunks here */
} }
} }
/*=========================================================================* /*===========================================================================*
* patch_mem_chunks * * patch_mem_chunks *
*=========================================================================*/ *===========================================================================*/
PRIVATE void patch_mem_chunks(mem_chunks, map_ptr) PRIVATE void patch_mem_chunks(mem_chunks, map_ptr)
struct memory *mem_chunks; /* store mem chunks here */ struct memory *mem_chunks; /* store mem chunks here */
struct mem_map *map_ptr; /* memory to remove */ struct mem_map *map_ptr; /* memory to remove */

View File

@ -123,9 +123,9 @@ PUBLIC int do_getprocnr()
return(OK); return(OK);
} }
/*=====================================================================* /*===========================================================================*
* do_reboot * * do_reboot *
*=====================================================================*/ *===========================================================================*/
#define REBOOT_CODE "delay; boot" #define REBOOT_CODE "delay; boot"
PUBLIC int do_reboot() PUBLIC int do_reboot()
{ {
@ -169,9 +169,9 @@ PUBLIC int do_reboot()
return(SUSPEND); /* don't reply to killed process */ return(SUSPEND); /* don't reply to killed process */
} }
/*=====================================================================* /*===========================================================================*
* do_getsetpriority * * do_getsetpriority *
*=====================================================================*/ *===========================================================================*/
PUBLIC int do_getsetpriority() PUBLIC int do_getsetpriority()
{ {
int arg_which, arg_who, arg_pri; int arg_which, arg_who, arg_pri;
@ -214,9 +214,9 @@ PUBLIC int do_getsetpriority()
return sys_nice(rmp_nr, arg_pri); return sys_nice(rmp_nr, arg_pri);
} }
/*=====================================================================* /*===========================================================================*
* do_svrctl * * do_svrctl *
*=====================================================================*/ *===========================================================================*/
PUBLIC int do_svrctl() PUBLIC int do_svrctl()
{ {
int s, req; int s, req;

View File

@ -144,9 +144,9 @@ int what, p1, p2, p3;
_taskcall(FS_PROC_NR, what, &m); _taskcall(FS_PROC_NR, what, &m);
} }
/*==========================================================================* /*===========================================================================*
* find_param * * find_param *
*==========================================================================*/ *===========================================================================*/
PUBLIC char *find_param(name) PUBLIC char *find_param(name)
const char *name; const char *name;
{ {