diff options
author | Antonio Ospite <ao2@ao2.it> | 2015-04-28 14:11:28 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-05-26 16:26:43 +0300 |
commit | 94268fcd9aea736d24cbdade16e7f7c9419c489e (patch) | |
tree | 722657f1fc60f97be0415b0c229f960e099b4068 /include/linux/crc-itu-t.h | |
parent | 7667928601d2981b20011e357904bcb96c365427 (diff) | |
download | linux-94268fcd9aea736d24cbdade16e7f7c9419c489e.tar.xz |
lib: crc-itu-t.[ch] fix 0x0x prefix in integer constants
Signed-off-by: Antonio Ospite <ao2@ao2.it>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux/crc-itu-t.h')
-rw-r--r-- | include/linux/crc-itu-t.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/crc-itu-t.h b/include/linux/crc-itu-t.h index 84920f3cc83e..a9953c762eee 100644 --- a/include/linux/crc-itu-t.h +++ b/include/linux/crc-itu-t.h @@ -3,7 +3,7 @@ * * Implements the standard CRC ITU-T V.41: * Width 16 - * Poly 0x0x1021 (x^16 + x^12 + x^15 + 1) + * Poly 0x1021 (x^16 + x^12 + x^15 + 1) * Init 0 * * This source code is licensed under the GNU General Public License, |