public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@xenotime.net>
To: Johann Felix Soden <johfel@gmx.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
	trivial@kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Fix file references in the whole tree
Date: Tue, 04 Oct 2011 16:09:36 -0700	[thread overview]
Message-ID: <4E8B9230.5070608@xenotime.net> (raw)
In-Reply-To: <1317683499.5990.2.camel@LAPJFS>

On 10/03/11 16:11, Johann Felix Soden wrote:
> From: Johann Felix Soden <johfel@users.sourceforge.net>
> 
> There are a lot of file references to now moved or deleted files in the
> whole tree, especially in documentation and Kconfig files. This patch
> fixes most of them.
> 
> Signed-off-by: Johann Felix Soden <johfel@users.sourceforge.net>
> ---
>  Documentation/PCI/pci.txt                          |    2 +-
>  Documentation/block/biodoc.txt                     |    4 +-
>  Documentation/bus-virt-phys-mapping.txt            |    2 +-
>  Documentation/filesystems/locks.txt                |   11 +++++----
>  Documentation/filesystems/nfs/idmapper.txt         |    2 +-
>  .../filesystems/pohmelfs/design_notes.txt          |    5 ++-
>  Documentation/input/input.txt                      |    2 +-
>  Documentation/kernel-parameters.txt                |    8 +++---
>  Documentation/laptops/00-INDEX                     |    2 -
>  Documentation/laptops/thinkpad-acpi.txt            |    6 ++--
>  Documentation/memory-barriers.txt                  |    2 +-
>  Documentation/timers/highres.txt                   |    2 +-
>  Documentation/usb/dma.txt                          |    8 +++---
>  arch/arm/Kconfig                                   |    2 +-
>  arch/arm/include/asm/io.h                          |    2 +-
>  arch/cris/Kconfig                                  |    4 +-
>  arch/cris/arch-v10/Kconfig                         |   12 +++++-----
>  arch/ia64/hp/common/sba_iommu.c                    |   12 +++++-----
>  arch/m68k/q40/README                               |    2 +-
>  arch/microblaze/include/asm/dma-mapping.h          |    2 +-
>  arch/mn10300/Kconfig                               |    2 +-
>  arch/parisc/include/asm/dma-mapping.h              |    2 +-
>  arch/parisc/kernel/pci-dma.c                       |    2 +-
>  arch/powerpc/include/asm/qe.h                      |    2 +-
>  arch/powerpc/sysdev/qe_lib/qe.c                    |    2 +-
>  arch/unicore32/include/asm/io.h                    |    2 +-
>  arch/x86/Kconfig                                   |    2 +-
>  arch/x86/Kconfig.debug                             |    2 +-
>  arch/x86/boot/header.S                             |    2 +-
>  arch/x86/include/asm/dma-mapping.h                 |    2 +-
>  arch/x86/kernel/amd_gart_64.c                      |    2 +-
>  arch/x86/kernel/pci-dma.c                          |    4 +-
>  drivers/ide/Kconfig                                |   24 ++++++++++----------
>  drivers/leds/Kconfig                               |    2 +-
>  drivers/net/Kconfig                                |    4 +-
>  drivers/net/irda/Kconfig                           |    2 +-
>  drivers/parisc/sba_iommu.c                         |   16 ++++++------
>  drivers/platform/x86/Kconfig                       |    3 --
>  drivers/staging/cxt1e1/Kconfig                     |    2 +-
>  drivers/video/igafb.c                              |    3 +-
>  fs/squashfs/Kconfig                                |    6 ++--
>  include/media/videobuf-dma-sg.h                    |    2 +-
>  net/netfilter/Kconfig                              |    2 +-
>  sound/oss/Kconfig                                  |    4 +--
>  44 files changed, 92 insertions(+), 96 deletions(-)


Hi,

All of the Documentation/x86/* changes look good to me.

Personally I would prefer to see all of the PCI*.txt and DMA*.txt changes
in one patch separate from the others.

Dave Miller (or Jiri) could apply all of the drivers/ide/Kconfig changes
immediately IMO.

> diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
> index a44874e..53ed3f4 100644
> --- a/drivers/net/Kconfig
> +++ b/drivers/net/Kconfig
> @@ -1064,8 +1064,8 @@ config SMSC911X
>  	  of ethernet controllers.
>  
>  	  To compile this driver as a module, choose M here and read
> -	  <file:Documentation/networking/net-modules.txt>. The module
> -	  will be called smsc911x.
> +	  <file:Documentation/kbuild/modules.txt>. The module will be
> +	  called smsc911x.

Just drop the reference to modules.txt completely.

>  
>  config SMSC911X_ARCH_HOOKS
>  	def_bool n


Any other changes that I didn't mention also look OK to me.

thanks,
-- 
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

  reply	other threads:[~2011-10-04 23:09 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-03 23:11 [PATCH] Fix file references in the whole tree Johann Felix Soden
2011-10-04 23:09 ` Randy Dunlap [this message]
2011-10-10 18:37 ` [PATCH] ide: Fix file references in drivers/ide/ Randy Dunlap
2011-10-10 18:59   ` Paul Bolle
2011-10-10 19:17   ` David Miller
2011-10-10 18:58 ` [PATCH] Fix file references in the whole tree Randy Dunlap
2011-10-10 21:51   ` Jiri Kosina
2011-10-10 23:10     ` [PATCH] Fix file references in Kconfig files Johann Felix Soden
2011-10-11  8:01       ` Paul Bolle
2011-10-11 12:41         ` Michal Marek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E8B9230.5070608@xenotime.net \
    --to=rdunlap@xenotime.net \
    --cc=johfel@gmx.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=trivial@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox