Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: slicoss: Stop swearing in slicoss.c

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>

authored by

Cruz Julian Bishop and committed by
Greg Kroah-Hartman
7864a0ac 8841d798

+2 -2
+2 -2
drivers/staging/slicoss/slicoss.c
··· 209 209 */ 210 210 static void slic_mcast_init_crc32(void) 211 211 { 212 - u32 c; /* CRC shit reg */ 212 + u32 c; /* CRC reg */ 213 213 u32 e = 0; /* Poly X-or pattern */ 214 214 int i; /* counter */ 215 215 int k; /* byte being shifted into crc */ ··· 3437 3437 (eecodesize - 2)); 3438 3438 /* 3439 3439 if the ucdoe chksum flag bit worked, 3440 - we wouldn't need this shit 3440 + we wouldn't need this 3441 3441 */ 3442 3442 if (ee_chksum == calc_chksum) 3443 3443 card->config.EepromValid = true;