]> bbs.cooldavid.org Git - net-next-2.6.git/commit
sata_promise: other cleanups
authorMikael Pettersson <mikpe@it.uu.se>
Sat, 17 May 2008 16:49:09 +0000 (18:49 +0200)
committerJeff Garzik <jgarzik@redhat.com>
Mon, 19 May 2008 21:31:34 +0000 (17:31 -0400)
commit7715a6f9cdb9c1422d2b1f4fea21b1fe86b5b0fe
tree4d3888425e6d1578da3c49a02fdc41bb07a232d4
parent821d22cdcd3c2944b93ac5f217ec0b6593ae6f48
sata_promise: other cleanups

Minor coding-style fixes for sata_promise:
- remove stray blank lines
- fix checkpatch.pl errors; warnings about long lines
  remain, but I don't intend to address those at this time
- remove two inline directives: neither is essential and
  both functions are trivially inlinable anyway by virtue
  of being static and having a single unique call site
- fix comment in pdc_interrupt(): the bits in PDC_INT_SEQMASK
  denote SEQIDs not tags, the distinction becomes important
  when NCQ gets implemented

Signed-off-by: Mikael Pettersson <mikpe@it.uu.se>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/sata_promise.c