All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i40w: Remove garbage at end of INFINIBAND_I40IW Kconfig section
@ 2017-11-19 18:59 Geert Uytterhoeven
       [not found] ` <1511117961-25096-1-git-send-email-geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
  2017-12-11 23:37 ` Jason Gunthorpe
  0 siblings, 2 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2017-11-19 18:59 UTC (permalink / raw)
  To: Faisal Latif, Shiraz Saleem, Doug Ledford, Jason Gunthorpe
  Cc: linux-rdma, linux-kernel, Geert Uytterhoeven

Remove leftover garbage (containing Kconfig dependencies for another
symbol?)

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
 drivers/infiniband/hw/i40iw/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/infiniband/hw/i40iw/Kconfig b/drivers/infiniband/hw/i40iw/Kconfig
index f6d20ba88c03df3c..2962979c06e9ef51 100644
--- a/drivers/infiniband/hw/i40iw/Kconfig
+++ b/drivers/infiniband/hw/i40iw/Kconfig
@@ -5,4 +5,3 @@ config INFINIBAND_I40IW
 	select GENERIC_ALLOCATOR
 	---help---
 	Intel(R) Ethernet X722 iWARP Driver
-	INET && I40IW && INFINIBAND && I40E
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] i40w: Remove garbage at end of INFINIBAND_I40IW Kconfig section
  2017-11-19 18:59 [PATCH] i40w: Remove garbage at end of INFINIBAND_I40IW Kconfig section Geert Uytterhoeven
@ 2017-11-21  4:21     ` Shiraz Saleem
  2017-12-11 23:37 ` Jason Gunthorpe
  1 sibling, 0 replies; 4+ messages in thread
From: Shiraz Saleem @ 2017-11-21  4:21 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Faisal Latif, Doug Ledford, Jason Gunthorpe,
	linux-rdma-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

On Sun, Nov 19, 2017 at 07:59:21PM +0100, Geert Uytterhoeven wrote:
> Remove leftover garbage (containing Kconfig dependencies for another
> symbol?)
> 
> Signed-off-by: Geert Uytterhoeven <geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
> ---

Acked-by: Shiraz Saleem <shiraz.saleem-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
 
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] i40w: Remove garbage at end of INFINIBAND_I40IW Kconfig section
@ 2017-11-21  4:21     ` Shiraz Saleem
  0 siblings, 0 replies; 4+ messages in thread
From: Shiraz Saleem @ 2017-11-21  4:21 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Faisal Latif, Doug Ledford, Jason Gunthorpe, linux-rdma, linux-kernel

On Sun, Nov 19, 2017 at 07:59:21PM +0100, Geert Uytterhoeven wrote:
> Remove leftover garbage (containing Kconfig dependencies for another
> symbol?)
> 
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> ---

Acked-by: Shiraz Saleem <shiraz.saleem@intel.com>
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: i40w: Remove garbage at end of INFINIBAND_I40IW Kconfig section
  2017-11-19 18:59 [PATCH] i40w: Remove garbage at end of INFINIBAND_I40IW Kconfig section Geert Uytterhoeven
       [not found] ` <1511117961-25096-1-git-send-email-geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
@ 2017-12-11 23:37 ` Jason Gunthorpe
  1 sibling, 0 replies; 4+ messages in thread
From: Jason Gunthorpe @ 2017-12-11 23:37 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Faisal Latif, Shiraz Saleem, Doug Ledford, linux-rdma, linux-kernel

On Sun, Nov 19, 2017 at 07:59:21PM +0100, Geert Uytterhoeven wrote:
> Remove leftover garbage (containing Kconfig dependencies for another
> symbol?)
> 
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> Acked-by: Shiraz Saleem <shiraz.saleem@intel.com>
>  drivers/infiniband/hw/i40iw/Kconfig | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/infiniband/hw/i40iw/Kconfig b/drivers/infiniband/hw/i40iw/Kconfig
> index f6d20ba88c03df3c..2962979c06e9ef51 100644
> +++ b/drivers/infiniband/hw/i40iw/Kconfig
> @@ -5,4 +5,3 @@ config INFINIBAND_I40IW
>  	select GENERIC_ALLOCATOR
>  	Intel(R) Ethernet X722 iWARP Driver
> -	INET && I40IW && INFINIBAND && I40E

Applied to for-next, thanks

Jason

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-12-11 23:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-19 18:59 [PATCH] i40w: Remove garbage at end of INFINIBAND_I40IW Kconfig section Geert Uytterhoeven
     [not found] ` <1511117961-25096-1-git-send-email-geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
2017-11-21  4:21   ` Shiraz Saleem
2017-11-21  4:21     ` Shiraz Saleem
2017-12-11 23:37 ` Jason Gunthorpe

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.