public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* typo in debugfs code comments?
@ 2005-12-10  2:01 Bao Zhao
  2005-12-10  2:57 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Bao Zhao @ 2005-12-10  2:01 UTC (permalink / raw)
  To: linux-kernel; +Cc: greg

  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 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-12-10  8:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-10  2:01 typo in debugfs code comments? Bao Zhao
2005-12-10  2:57 ` Greg KH
2005-12-10  7:50   ` Bao Zhao
2005-12-10  8:18     ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox