]> Pileus Git - ~andy/linux/commitdiff
staging: slicoss: Stop swearing in slicoss.c
authorCruz Julian Bishop <cruzjbishop@gmail.com>
Mon, 14 Jan 2013 02:29:07 +0000 (12:29 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Jan 2013 21:53:06 +0000 (13:53 -0800)
I'm assuming that "CRC shit reg" is referencing the CRC register/registry.
Please ignore this patch if "shit" is actually in context

Signed-off-by: Cruz Julian Bishop <cruzjbishop@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/slicoss/slicoss.c

index 78578ee59557627a58b5369827b3442ddac3bea6..5aa03eed072227433e9e232857c0c63732d1a085 100644 (file)
@@ -209,7 +209,7 @@ static u32 slic_crc_init;   /* Is table initialized */
  */
 static void slic_mcast_init_crc32(void)
 {
-       u32 c;          /*  CRC shit reg                 */
+       u32 c;                  /*  CRC reg                      */
        u32 e = 0;              /*  Poly X-or pattern            */
        int i;                  /*  counter                      */
        int k;                  /*  byte being shifted into crc  */
@@ -3437,7 +3437,7 @@ static int slic_card_init(struct sliccard *card, struct adapter *adapter)
                                               (eecodesize - 2));
                        /*
                            if the ucdoe chksum flag bit worked,
-                           we wouldn't need this shit
+                           we wouldn't need this
                        */
                        if (ee_chksum == calc_chksum)
                                card->config.EepromValid = true;