]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging/fwserial: Refer to fw_device as "node"
authorPeter Hurley <peter@hurleysoftware.com>
Tue, 29 Jan 2013 01:57:45 +0000 (20:57 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Jan 2013 04:26:16 +0000 (23:26 -0500)
Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fwserial/fwserial.c

index 01257381ab5c1371e622975ef888196c4e5e59d6..5f5474376fc404e8a2b03cf800a4353c62896930 100644 (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);