patch-2.2.12 linux/arch/sparc64/math-emu/op-common.h

Next file: linux/drivers/block/DAC960.c
Previous file: linux/arch/sparc64/math-emu/op-2.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.11/linux/arch/sparc64/math-emu/op-common.h linux/arch/sparc64/math-emu/op-common.h
@@ -23,15 +23,15 @@
     if (_FP_FRAC_ZEROP_##wc(X))						\
       X##_c = FP_CLS_ZERO;						\
     else								\
-      /* a denormalized number */					\
-      __FP_UNPACK_DENORM(fs, wc, X)					\
+      /* A denormalized number.  */					\
+      __FP_UNPACK_DENORM(fs, wc, X);					\
     break;								\
 									\
   case _FP_EXPMAX_##fs:							\
     if (_FP_FRAC_ZEROP_##wc(X))						\
       X##_c = FP_CLS_INF;						\
     else								\
-      /* we don't differentiate between signaling and quiet nans */	\
+      /* We don't differentiate between signaling and quiet nans.  */	\
       X##_c = FP_CLS_NAN;						\
     break;								\
   }									\

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)