]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - lib/crc32.c
crc32: remove two instances of trailing whitespaces
[mirror_ubuntu-artful-kernel.git] / lib / crc32.c
index 4b35d2b4437cc76b3b75b45ae2d21ac6076f7809..ffea0c99a1f3e8d4597a0f418df1f92c5d90cefd 100644 (file)
@@ -317,7 +317,7 @@ EXPORT_SYMBOL(crc32_be);
  * in the correct multiple to subtract, we can shift a byte at a time.
  * This produces a 40-bit (rather than a 33-bit) intermediate remainder,
  * but again the multiple of the polynomial to subtract depends only on
- * the high bits, the high 8 bits in this case.  
+ * the high bits, the high 8 bits in this case.
  *
  * The multiple we need in that case is the low 32 bits of a 40-bit
  * value whose high 8 bits are given, and which is a multiple of the