diff options
author | Mike Marciniszyn <mike.marciniszyn@qlogic.com> | 2011-11-09 19:35:55 +0100 |
---|---|---|
committer | Roland Dreier <roland@purestorage.com> | 2012-01-04 05:51:42 +0100 |
commit | 865b64be86ed6e3e6137ce6506f31051097bf9cb (patch) | |
tree | d56ef5df8391d2304f2daf9cf02fba395f616fd7 /drivers/infiniband/hw/qib/qib_sd7220.c | |
parent | Linux 3.2-rc7 (diff) | |
download | linux-865b64be86ed6e3e6137ce6506f31051097bf9cb.tar.xz linux-865b64be86ed6e3e6137ce6506f31051097bf9cb.zip |
IB/qib: Fix style issues
More style issues revealed with checkpatch.pl -f.
Signed-off-by: Mike Marciniszyn <mike.marciniszyn@qlogic.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'drivers/infiniband/hw/qib/qib_sd7220.c')
-rw-r--r-- | drivers/infiniband/hw/qib/qib_sd7220.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/qib/qib_sd7220.c b/drivers/infiniband/hw/qib/qib_sd7220.c index de1a4b2f33c0..ac065dd6b693 100644 --- a/drivers/infiniband/hw/qib/qib_sd7220.c +++ b/drivers/infiniband/hw/qib/qib_sd7220.c @@ -300,7 +300,7 @@ bail: } static void qib_sd_trimdone_monitor(struct qib_devdata *dd, - const char *where) + const char *where) { int ret, chn, baduns; u64 val; |