1. 28 1月, 2008 1 次提交
    • K
      blk_end_request: changing xsysace (take 4) · a65b5866
      Kiyoshi Ueda 提交于
      This patch converts xsysace to use blk_end_request interfaces.
      Related 'uptodate' arguments are converted to 'error'.
      
      xsysace is a little bit different from "normal" drivers.
      xsysace driver has a state machine in it.
      It calls end_that_request_first() and end_that_request_last()
      from different states. (ACE_FSM_STATE_REQ_TRANSFER and
      ACE_FSM_STATE_REQ_COMPLETE, respectively.)
      
      However, those states are consecutive and without any interruption
      inbetween.
      So we can just follow the standard conversion rule (b) mentioned in
      the patch subject "[PATCH 01/30] blk_end_request: add new request
      completion interface".
      
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Signed-off-by: NKiyoshi Ueda <k-ueda@ct.jp.nec.com>
      Signed-off-by: NJun'ichi Nomura <j-nomura@ce.jp.nec.com>
      Signed-off-by: NJens Axboe <jens.axboe@oracle.com>
      a65b5866
  2. 19 10月, 2007 1 次提交
    • J
      Add missing newlines to some uses of dev_<level> messages · 898eb71c
      Joe Perches 提交于
      Found these while looking at printk uses.
      
      Add missing newlines to dev_<level> uses
      Add missing KERN_<level> prefixes to multiline dev_<level>s
      Fixed a wierd->weird spelling typo
      Added a newline to a printk
      Signed-off-by: NJoe Perches <joe@perches.com>
      Cc: "Luck, Tony" <tony.luck@intel.com>
      Cc: Jens Axboe <jens.axboe@oracle.com>
      Cc: Mark M. Hoffman <mhoffman@lightlink.com>
      Cc: Roland Dreier <rolandd@cisco.com>
      Cc: Tilman Schmidt <tilman@imap.cc>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: Jeff Garzik <jeff@garzik.org>
      Cc: Stephen Hemminger <shemminger@linux-foundation.org>
      Cc: Greg KH <greg@kroah.com>
      Cc: Jeremy Fitzhardinge <jeremy@goop.org>
      Cc: Geert Uytterhoeven <geert@linux-m68k.org>
      Cc: Alessandro Zummo <a.zummo@towertech.it>
      Cc: David Brownell <david-b@pacbell.net>
      Cc: James Smart <James.Smart@Emulex.Com>
      Cc: Andrew Vasquez <andrew.vasquez@qlogic.com>
      Cc: "Antonino A. Daplas" <adaplas@pol.net>
      Cc: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
      Cc: Russell King <rmk@arm.linux.org.uk>
      Cc: Jaroslav Kysela <perex@suse.cz>
      Cc: Takashi Iwai <tiwai@suse.de>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      898eb71c
  3. 10 10月, 2007 9 次提交
  4. 12 8月, 2007 1 次提交
  5. 24 7月, 2007 1 次提交
  6. 18 7月, 2007 2 次提交