]> git.baikalelectronics.ru Git - kernel.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)
commitd21f0e067cc2b57e606ac46ec61e43b919dcf3fb
tree4d3888425e6d1578da3c49a02fdc41bb07a232d4
parent168ffd2e15a45d33a8bb7a747368cf8f691aaff7
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