All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jeff@garzik.org>
To: Hannes Hering <hannes.hering@linux.vnet.ibm.com>
Cc: themann@de.ibm.com, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, raisch@de.ibm.com,
	ossrosch@linux.vnet.ibm.com, linuxppc-dev@ozlabs.org,
	ossthema@de.ibm.com, osstklei@de.ibm.com
Subject: Re: [PATCH] ehea: Fix some whitespace issues
Date: Thu, 06 Nov 2008 00:54:12 -0500	[thread overview]
Message-ID: <49128684.4040508@garzik.org> (raw)
In-Reply-To: <200811051318.21579.hannes.hering@linux.vnet.ibm.com>

Hannes Hering wrote:
> This patch removes some trailing whitespaces and spaces before tabs.
> 
> Signed-off-by: Hannes Hering <hering2@de.ibm.com>
> ---
> diff -Nurp -X dontdiff linux-2.6.28-rc3/drivers/net/ehea/ehea.h patched_kernel/drivers/net/ehea/ehea.h
> --- linux-2.6.28-rc3/drivers/net/ehea/ehea.h	2008-11-02 23:17:19.000000000 +0100
> +++ patched_kernel/drivers/net/ehea/ehea.h	2008-11-05 10:10:14.563107976 +0100
> @@ -40,7 +40,7 @@
>  #include <asm/io.h>
>  
>  #define DRV_NAME	"ehea"
> -#define DRV_VERSION	"EHEA_0095"
> +#define DRV_VERSION	"EHEA_0096"
>  
>  /* eHEA capability flags */
>  #define DLPAR_PORT_ADD_REM 1
> diff -Nurp -X dontdiff linux-2.6.28-rc3/drivers/net/ehea/ehea_qmr.c patched_kernel/drivers/net/ehea/ehea_qmr.c
> --- linux-2.6.28-rc3/drivers/net/ehea/ehea_qmr.c	2008-11-02 23:17:19.000000000 +0100
> +++ patched_kernel/drivers/net/ehea/ehea_qmr.c	2008-11-05 10:10:14.563107976 +0100
> @@ -653,7 +653,7 @@ static int ehea_update_busmap(unsigned l
>  		int top = ehea_calc_index(i, EHEA_TOP_INDEX_SHIFT);
>  		int dir = ehea_calc_index(i, EHEA_DIR_INDEX_SHIFT);
>  		int idx = i & EHEA_INDEX_MASK;
> -		
> +
>  		if (add) {
>  			int ret = ehea_init_bmap(ehea_bmap, top, dir);
>  			if (ret)
> @@ -780,7 +780,7 @@ void ehea_destroy_busmap(void)
>  
>  	kfree(ehea_bmap);
>  	ehea_bmap = NULL;
> -out_destroy:	
> +out_destroy:
>  	mutex_unlock(&ehea_busmap_mutex);
>  }
>  
> @@ -858,10 +858,10 @@ static u64 ehea_reg_mr_sections(int top,
>  	for (idx = 0; idx < EHEA_MAP_ENTRIES; idx++) {
>  		if (!ehea_bmap->top[top]->dir[dir]->ent[idx])
>  			continue;
> -		
> +
>  		hret = ehea_reg_mr_section(top, dir, idx, pt, adapter, mr);
>  		if ((hret != H_SUCCESS) && (hret != H_PAGE_REGISTERED))
> -			    	return hret;
> +			return hret;
>  	}
>  	return hret;
>  }
> @@ -879,7 +879,7 @@ static u64 ehea_reg_mr_dir_sections(int 
>  
>  		hret = ehea_reg_mr_sections(top, dir, pt, adapter, mr);
>  		if ((hret != H_SUCCESS) && (hret != H_PAGE_REGISTERED))
> -			    	return hret;
> +			return hret;
>  	}

applied

WARNING: multiple messages have this Message-ID (diff)
From: Jeff Garzik <jeff@garzik.org>
To: Hannes Hering <hannes.hering@linux.vnet.ibm.com>
Cc: linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org,
	netdev@vger.kernel.org, ossrosch@linux.vnet.ibm.com,
	ossthema@de.ibm.com, raisch@de.ibm.com, themann@de.ibm.com,
	osstklei@de.ibm.com
Subject: Re: [PATCH] ehea: Fix some whitespace issues
Date: Thu, 06 Nov 2008 00:54:12 -0500	[thread overview]
Message-ID: <49128684.4040508@garzik.org> (raw)
In-Reply-To: <200811051318.21579.hannes.hering@linux.vnet.ibm.com>

Hannes Hering wrote:
> This patch removes some trailing whitespaces and spaces before tabs.
> 
> Signed-off-by: Hannes Hering <hering2@de.ibm.com>
> ---
> diff -Nurp -X dontdiff linux-2.6.28-rc3/drivers/net/ehea/ehea.h patched_kernel/drivers/net/ehea/ehea.h
> --- linux-2.6.28-rc3/drivers/net/ehea/ehea.h	2008-11-02 23:17:19.000000000 +0100
> +++ patched_kernel/drivers/net/ehea/ehea.h	2008-11-05 10:10:14.563107976 +0100
> @@ -40,7 +40,7 @@
>  #include <asm/io.h>
>  
>  #define DRV_NAME	"ehea"
> -#define DRV_VERSION	"EHEA_0095"
> +#define DRV_VERSION	"EHEA_0096"
>  
>  /* eHEA capability flags */
>  #define DLPAR_PORT_ADD_REM 1
> diff -Nurp -X dontdiff linux-2.6.28-rc3/drivers/net/ehea/ehea_qmr.c patched_kernel/drivers/net/ehea/ehea_qmr.c
> --- linux-2.6.28-rc3/drivers/net/ehea/ehea_qmr.c	2008-11-02 23:17:19.000000000 +0100
> +++ patched_kernel/drivers/net/ehea/ehea_qmr.c	2008-11-05 10:10:14.563107976 +0100
> @@ -653,7 +653,7 @@ static int ehea_update_busmap(unsigned l
>  		int top = ehea_calc_index(i, EHEA_TOP_INDEX_SHIFT);
>  		int dir = ehea_calc_index(i, EHEA_DIR_INDEX_SHIFT);
>  		int idx = i & EHEA_INDEX_MASK;
> -		
> +
>  		if (add) {
>  			int ret = ehea_init_bmap(ehea_bmap, top, dir);
>  			if (ret)
> @@ -780,7 +780,7 @@ void ehea_destroy_busmap(void)
>  
>  	kfree(ehea_bmap);
>  	ehea_bmap = NULL;
> -out_destroy:	
> +out_destroy:
>  	mutex_unlock(&ehea_busmap_mutex);
>  }
>  
> @@ -858,10 +858,10 @@ static u64 ehea_reg_mr_sections(int top,
>  	for (idx = 0; idx < EHEA_MAP_ENTRIES; idx++) {
>  		if (!ehea_bmap->top[top]->dir[dir]->ent[idx])
>  			continue;
> -		
> +
>  		hret = ehea_reg_mr_section(top, dir, idx, pt, adapter, mr);
>  		if ((hret != H_SUCCESS) && (hret != H_PAGE_REGISTERED))
> -			    	return hret;
> +			return hret;
>  	}
>  	return hret;
>  }
> @@ -879,7 +879,7 @@ static u64 ehea_reg_mr_dir_sections(int 
>  
>  		hret = ehea_reg_mr_sections(top, dir, pt, adapter, mr);
>  		if ((hret != H_SUCCESS) && (hret != H_PAGE_REGISTERED))
> -			    	return hret;
> +			return hret;
>  	}

applied



  reply	other threads:[~2008-11-06  5:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-05 12:18 [PATCH] ehea: Fix some whitespace issues Hannes Hering
2008-11-05 12:18 ` Hannes Hering
2008-11-06  5:54 ` Jeff Garzik [this message]
2008-11-06  5:54   ` Jeff Garzik

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=49128684.4040508@garzik.org \
    --to=jeff@garzik.org \
    --cc=hannes.hering@linux.vnet.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=netdev@vger.kernel.org \
    --cc=ossrosch@linux.vnet.ibm.com \
    --cc=ossthema@de.ibm.com \
    --cc=osstklei@de.ibm.com \
    --cc=raisch@de.ibm.com \
    --cc=themann@de.ibm.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.