From 53591747602376215b69baf5728467ebcdcb588e Mon Sep 17 00:00:00 2001 From: Peter Hurley Date: Mon, 28 Jan 2013 20:57:45 -0500 Subject: [PATCH] --- yaml --- r: 354276 b: refs/heads/master c: 5d110d92961317c1f289396473be3c26d01f171c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/staging/fwserial/fwserial.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 0d6358d22a55..d1858e184996 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 06b8f14dc2649ee12ff5194fc562d74353c8b4ba +refs/heads/master: 5d110d92961317c1f289396473be3c26d01f171c diff --git a/trunk/drivers/staging/fwserial/fwserial.c b/trunk/drivers/staging/fwserial/fwserial.c index 01257381ab5c..5f5474376fc4 100644 --- a/trunk/drivers/staging/fwserial/fwserial.c +++ b/trunk/drivers/staging/fwserial/fwserial.c @@ -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);