[PATCH] ieee1394: trivial edits of a few comments

trivial edits of a few comments

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: Ben Collins <bcollins@debian.org>
Signed-off-by: Jody McIntyre <scjody@steamballoon.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Jody McIntyre and committed by Linus Torvalds 3256cc13 63bea350

+4 -4
+4 -4
drivers/ieee1394/hosts.h
··· 135 135 136 136 enum reset_types { 137 137 /* 166 microsecond reset -- only type of reset available on 138 - non-1394a capable IEEE 1394 controllers */ 138 + non-1394a capable controllers */ 139 139 LONG_RESET, 140 140 141 141 /* Short (arbitrated) reset -- only available on 1394a capable 142 - IEEE 1394 capable controllers */ 142 + controllers */ 143 143 SHORT_RESET, 144 144 145 - /* Variants, that set force_root before issueing the bus reset */ 145 + /* Variants that set force_root before issueing the bus reset */ 146 146 LONG_RESET_FORCE_ROOT, SHORT_RESET_FORCE_ROOT, 147 147 148 - /* Variants, that clear force_root before issueing the bus reset */ 148 + /* Variants that clear force_root before issueing the bus reset */ 149 149 LONG_RESET_NO_FORCE_ROOT, SHORT_RESET_NO_FORCE_ROOT 150 150 }; 151 151