The patch titled sched: fix a kerneldoc error on is_init() has been removed from the -mm tree. Its filename is sched-fix-a-kerneldoc-error-on-is_init.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: sched: fix a kerneldoc error on is_init() From: Henne <henne@xxxxxxxxxxxxxxxx> Fix a kerneldoc warning and reorderd the description for is_init(). Signed-off-by: Henrik Kretzschmar <henne@xxxxxxxxxxxxxxxx> Cc: "Randy.Dunlap" <rdunlap@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/sched.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff -puN include/linux/sched.h~sched-fix-a-kerneldoc-error-on-is_init include/linux/sched.h --- a/include/linux/sched.h~sched-fix-a-kerneldoc-error-on-is_init +++ a/include/linux/sched.h @@ -1065,9 +1065,10 @@ static inline int pid_alive(struct task_ } /** - * is_init - check if a task structure is the first user space - * task the kernel created. - * @p: Task structure to be checked. + * is_init - check if a task structure is init + * @tsk: Task structure to be checked. + * + * Check if a task structure is the first user space task the kernel created. */ static inline int is_init(struct task_struct *tsk) { _ Patches currently in -mm which might be from henne@xxxxxxxxxxxxxxxx are origin.patch pci_module_init-convertion-in-amso1100-driver.patch pci_module_init-convertion-in-ata_genericc.patch pci_module_init-convertion-in-ata_genericc-fix.patch pci_module_init-conversion-for-pata_pdc2027x.patch pci_module_init-convertion-in-olympicc.patch scsi-convert-ninja-driver-to-struct-scsi_cmnd.patch fc4-conversion-to-struct-scsi_cmnd-in-fc4.patch scsi-scsi_cmnd-convertion-in-sun3-driver.patch scsi-scsi_cmnd-conversion-in-qlogicfas408-driver.patch scsi-scsi_cmnd-convertion-in-psi240i-driver.patch pci_module_init-convertion-in-the-legacy-megaraid-driver.patch pci_module_init-convertion-in-tmscsimc.patch pci_module_init-convertion-for-k8_edacc.patch mark-pci_module_init-deprecated.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html