The patch titled add-function-documentation-for-register_chrdev-fix has been removed from the -mm tree. Its filename is add-function-documentation-for-register_chrdev-fix.patch This patch was dropped because it was folded into add-function-documentation-for-register_chrdev.patch ------------------------------------------------------ Subject: add-function-documentation-for-register_chrdev-fix From: Andrew Morton <akpm@xxxxxxxx> Might as well do it in kernel-doc form, yes? Cc: Rolf Eike Beer <eike-kernel@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/char_dev.c | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff -puN fs/char_dev.c~add-function-documentation-for-register_chrdev-fix fs/char_dev.c --- a/fs/char_dev.c~add-function-documentation-for-register_chrdev-fix +++ a/fs/char_dev.c @@ -182,17 +182,16 @@ int alloc_chrdev_region(dev_t *dev, unsi return 0; } -/* - * Register a major number for character devices. - * - * major: major device number or 0 for dynamic allocation - * name: name of this range of devices - * fops: file operations associated with this devices +/** + * register_chrdev() - Register a major number for character devices. + * @major: major device number or 0 for dynamic allocation + * @name: name of this range of devices + * @fops: file operations associated with this devices * - * If major == 0 this functions will dynamically allocate a major and return + * If @major == 0 this functions will dynamically allocate a major and return * its number. * - * If major > 0 this function will attempt to reserve a device with the given + * If @major > 0 this function will attempt to reserve a device with the given * major number and will return zero on success. * * Returns a -ve errno on failure. _ Patches currently in -mm which might be from akpm@xxxxxxxx are origin.patch struct-file-leakage.patch del_timer_sync-add-cpu_relax.patch rtc-subsystem-add-isl1208-support.patch reiserfs-fix-handling-of-device-names-with-s-in-them.patch add-function-documentation-for-register_chrdev.patch add-function-documentation-for-register_chrdev-fix.patch reiserfs-on-demand-bitmap-loading.patch per-task-delay-accounting-taskstats-interface.patch per-task-delay-accounting-proc-export-of-aggregated-block-i-o-delays.patch delay-accounting-taskstats-interface-send-tgid-once.patch per-task-delay-accounting-taskstats-interface-control-exit-data-through-cpumasks.patch task-watchers-task-watchers.patch task-watchers-add-support-for-per-task-watchers.patch stack-overflow-safe-kdump-crash_use_safe_smp_processor_id-fix.patch swap_prefetch-vs-zoned-counters.patch ecryptfs-mmap-operations.patch ecryptfs-alpha-build-fix.patch ecryptfs-more-elegant-aes-key-size-manipulation.patch ecryptfs-get_sb_dev-fix.patch namespaces-add-nsproxy-dont-include-compileh.patch namespaces-utsname-switch-to-using-uts-namespaces.patch namespaces-utsname-use-init_utsname-when-appropriate.patch namespaces-utsname-implement-utsname-namespaces.patch namespaces-utsname-sysctl-hack.patch ipc-namespace-core.patch readahead-sysctl-parameters-fix.patch make-copy_from_user_inatomic-not-zero-the-tail-on-i386-vs-reiser4.patch reiser4-hardirq-include-fix.patch reiser4-run-truncate_inode_pages-in-reiser4_delete_inode.patch reiser4-get_sb_dev-fix.patch reiser4-vs-zoned-allocator.patch hpt3xx-rework-rate-filtering-tidy.patch genirq-convert-the-i386-architecture-to-irq-chips.patch genirq-x86_64-irq-reenable-migrating-irqs-to-other-cpus.patch genirq-msi-simplify-msi-enable-and-disable.patch genirq-ia64-irq-dynamic-irq-support.patch genirq-msi-only-build-msi-apicc-on-ia64-fix.patch genirq-i386-irq-remove-the-msi-assumption-that-irq-==-vector.patch add-hypertransport-capability-defines-fix.patch initial-generic-hypertransport-interrupt-support-Kconfig-fix.patch nr_blockdev_pages-in_interrupt-warning.patch device-suspend-debug.patch revert-tty-buffering-comment-out-debug-code.patch slab-leaks3-default-y.patch x86-kmap_atomic-debugging.patch jmicron-warning-fix.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