summaryrefslogtreecommitdiffstats
path: root/lib/crc-ccitt.c
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@xenotime.net>2006-06-25 05:48:59 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2006-06-25 10:01:20 -0700
commit2f72100c01dd31d769097c58874e8ab1e70b2518 (patch)
treee8f654f519f56ac37de88533e3d93a3e80cb6454 /lib/crc-ccitt.c
parent28e83baac20e3fe624af89a55eb06c2a7cab6828 (diff)
downloadop-kernel-dev-2f72100c01dd31d769097c58874e8ab1e70b2518.zip
op-kernel-dev-2f72100c01dd31d769097c58874e8ab1e70b2518.tar.gz
[PATCH] kernel-doc for lib/crc*.c
Make kernel-doc corrections & additions to lib/crc*.c. Add crc functions to kernel-api.tmpl in DocBook. Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'lib/crc-ccitt.c')
-rw-r--r--lib/crc-ccitt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/crc-ccitt.c b/lib/crc-ccitt.c
index 115d149..7f6dd68 100644
--- a/lib/crc-ccitt.c
+++ b/lib/crc-ccitt.c
@@ -53,9 +53,9 @@ EXPORT_SYMBOL(crc_ccitt_table);
/**
* crc_ccitt - recompute the CRC for the data buffer
- * @crc - previous CRC value
- * @buffer - data pointer
- * @len - number of bytes in the buffer
+ * @crc: previous CRC value
+ * @buffer: data pointer
+ * @len: number of bytes in the buffer
*/
u16 crc_ccitt(u16 crc, u8 const *buffer, size_t len)
{
OpenPOWER on IntegriCloud