typo in debugfs code comments?

From: Bao Zhao
Date: Fri Dec 09 2005 - 21:02:49 EST


I think that the comments of debugfs_create_u16 and
debugfs_create_u32
have the copy and paste error.

below is original comments.
/**
* debugfs_create_u16 - create a file in the debugfs
filesystem that is used to read and write a unsigned 8
bit value.
*

/**
* debugfs_create_u32 - create a file in the debugfs
filesystem that is used to read and write a unsigned 8
bit value.
*

It should be "a unsigned 16 bit value" and "a unsigned
32 bit value"

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/