patch-2.4.20 linux-2.4.20/include/asm-mips64/unaligned.h
Next file: linux-2.4.20/include/asm-mips64/war.h
Previous file: linux-2.4.20/include/asm-mips64/uaccess.h
Back to the patch index
Back to the overall index
-  Lines: 22
-  Date:
Thu Nov 28 15:53:15 2002
-  Orig file: 
linux-2.4.19/include/asm-mips64/unaligned.h
-  Orig date: 
Fri Aug  2 17:39:45 2002
diff -urN linux-2.4.19/include/asm-mips64/unaligned.h linux-2.4.20/include/asm-mips64/unaligned.h
@@ -88,8 +88,8 @@
  * get_unaligned - get value from possibly mis-aligned location
  * @ptr: pointer to value
  *
- * This macro should be used for accessing values larger in size than 
- * single bytes at locations that are expected to be improperly aligned, 
+ * This macro should be used for accessing values larger in size than
+ * single bytes at locations that are expected to be improperly aligned,
  * e.g. retrieving a u16 value from a location not u16-aligned.
  *
  * Note that unaligned accesses can be very expensive on some architectures.
@@ -124,8 +124,8 @@
  * @val: value to place
  * @ptr: pointer to location
  *
- * This macro should be used for placing values larger in size than 
- * single bytes at locations that are expected to be improperly aligned, 
+ * This macro should be used for placing values larger in size than
+ * single bytes at locations that are expected to be improperly aligned,
  * e.g. writing a u16 value to a location not u16-aligned.
  *
  * Note that unaligned accesses can be very expensive on some architectures.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)