From: Govindarajulu Varadarajan <[email protected]>
Date: Tue, 22 May 2018 06:37:24 -0700
> In commit 624dbf55a359b ("driver/net: enic: Try DMA 64 first, then
> failover to DMA") DMA mask was changed from 40 bits to 64 bits.
> Hardware actually supports only 47 bits.
>
> Fixes: 624dbf55a359b("driver/net: enic: Try DMA 64 first, then failover
> to DMA")
Do not chop up long Fixes: tag lines, they should always be one
single line.
Also, need a space after the SHA1 ID.
> Signed-off-by: Govindarajulu Varadarajan <[email protected]>
This is a fix for a bug which is very old, back to 3.12 Therefore
you should target the 'net' tree, rather than 'net-next'.