From: Mikael Pettersson Date: Sat, 17 May 2008 16:49:09 +0000 (+0200) Subject: sata_promise: other cleanups X-Git-Tag: v2.6.26-rc4~120^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7715a6f9cdb9c1422d2b1f4fea21b1fe86b5b0fe;p=pandora-kernel.git 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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed