https://github.com/torvalds/linux
Revision 0b002cdd5004c0205364b3be2cfa6aed05c61f42 authored by Linus Torvalds on 11 November 2018, 22:14:05 UTC, committed by Linus Torvalds on 11 November 2018, 22:14:05 UTC
Pull core fixes from Thomas Gleixner:
 "A couple of fixlets for the core:

   - Kernel doc function documentation fixes

   - Missing prototypes for weak watchdog functions"

* 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  resource/docs: Complete kernel-doc style function documentation
  watchdog/core: Add missing prototypes for weak functions
  resource/docs: Fix new kernel-doc warnings
2 parent s e255aee + f26621e
Raw File
Tip revision: 0b002cdd5004c0205364b3be2cfa6aed05c61f42 authored by Linus Torvalds on 11 November 2018, 22:14:05 UTC
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Tip revision: 0b002cd
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top