Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial

* git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial:
  fixed path to moved file in include/linux/device.h
  Fix spelling in E1000_DISABLE_PACKET_SPLIT Kconfig description
  Documentation/dvb/get_dvb_firmware: fix firmware URL
  Documentation: Update to BUG-HUNTING
  Remove superfluous NOTIFY_COOKIE_LEN define
  add "tags" to .gitignore
  Fix "frist", "fisrt", typos
  fix rwlock usage example
  It's UTF-8
This commit is contained in:
Linus Torvalds
2006-03-22 10:58:05 -08:00
22 changed files with 136 additions and 23 deletions
+1 -1
View File
@@ -2137,7 +2137,7 @@ static void start_io( ctlr_info_t *h)
break;
}
/* Get the frist entry from the Request Q */
/* Get the first entry from the Request Q */
removeQ(&(h->reqQ), c);
h->Qdepth--;