1
0
Fork 0

staging/fwserial: Refer to fw_device as "node"

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
Peter Hurley 2013-01-28 20:57:45 -05:00 committed by Greg Kroah-Hartman
parent 06b8f14dc2
commit 5d110d9296
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ static void dump_profile(struct seq_file *m, struct stats *stats)
#define dump_profile(m, stats)
#endif
/* Returns the max receive packet size for the given card */
/* Returns the max receive packet size for the given node */
static inline int device_max_receive(struct fw_device *fw_device)
{
return 1 << (clamp_t(int, fw_device->max_rec, 8U, 11U) + 1);