commit | 8a4cadc708f04a2a463bc3df0f16859b31d4b051 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Sat Aug 06 04:26:41 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Aug 07 22:07:39 2011 -0700 |
tree | 247bf0f90fd71edad313cbcff43a0e1127efd5b9 | |
parent | bb24fd6ab0e948dc5bddec757b9d5a61362fa3f3 [diff] |
qla3xxx: remove an extra semi-colon The define is only used one place, and it's at the end of a line so the semi-colon doesn't affect anything. But let's clean it up anyway. Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>