From: Jan-Benedict G. <jb...@us...> - 2005-04-26 23:08:04
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13878/include/asm-vax Modified Files: mv.h Log Message: - Whitespace only. Index: mv.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mv.h,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- mv.h 26 Apr 2005 22:40:21 -0000 1.31 +++ mv.h 26 Apr 2005 23:07:54 -0000 1.32 @@ -1,5 +1,5 @@ -#ifndef __VAX_MV_H_ -#define __VAX_MV_H_ +#ifndef _VAX_MV_H +#define _VAX_MV_H /* * Define format of machine vector. This structure abstracts out @@ -12,7 +12,7 @@ * * Optional fields can be NULL. A NULL optional field will either * be a no-op, or will lead to sensible default behaviour. - * + * * If you add or remove elements, please don't forget to modify * ./arch/vax/kernel/asm-offsets.c! */ @@ -72,7 +72,7 @@ extern struct vax_mv mv_vxt; /* - * This defines a match for a CPU and a macro to place + * This defines a match for a CPU and a macro to place * such a match structure into the right section at link time */ struct cpu_match { @@ -180,4 +180,4 @@ #endif /* !__ASSEMBLY__ */ -#endif /* __VAX_MV_H_ */ +#endif /* _VAX_MV_H */ |