patch-1.3.71 linux/drivers/char/selection.h

Next file: linux/drivers/char/serial.c
Previous file: linux/drivers/char/keyboard.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.70/linux/drivers/char/selection.h linux/drivers/char/selection.h
@@ -86,10 +86,10 @@
  */
 static inline void scr_writew(unsigned short val, unsigned short * addr)
 {
-        /*
-        * always deposit the char/attr, then see if it was to "screen" mem.
+	/*
+	 * always deposit the char/attr, then see if it was to "screen" mem.
 	 * if so, then render the char/attr onto the real screen.
-        */
+	 */
         *addr = val;
         if ((unsigned long)addr < video_mem_term &&
 	    (unsigned long)addr >= video_mem_base) {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this