Hi All, On Mon, May 30, 2016 at 12:54 PM, Kirtika Ruchandani <kirtika.ruchandani@xxxxxxxxx> wrote: > This patch fixes the checkpatch.pl warning "foo * bar should be > foo *bar" > > Signed-off-by: Kirtika Ruchandani <kirtika.ruchandani@xxxxxxxxx> Looks right to me. Reviewed-by: Julian Calaby <julian.calaby@xxxxxxxxx> Thanks, Julian Calaby > --- > net/wireless/nl80211.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/net/wireless/nl80211.c b/net/wireless/nl80211.c > index c6d870e..46757af 100644 > --- a/net/wireless/nl80211.c > +++ b/net/wireless/nl80211.c > @@ -12214,7 +12214,7 @@ void nl80211_send_ibss_bssid(struct cfg80211_registered_device *rdev, > } > > void cfg80211_notify_new_peer_candidate(struct net_device *dev, const u8 *addr, > - const u8* ie, u8 ie_len, gfp_t gfp) > + const u8 *ie, u8 ie_len, gfp_t gfp) > { > struct wireless_dev *wdev = dev->ieee80211_ptr; > struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy); > @@ -13362,7 +13362,7 @@ void cfg80211_tdls_oper_request(struct net_device *dev, const u8 *peer, > } > EXPORT_SYMBOL(cfg80211_tdls_oper_request); > > -static int nl80211_netlink_notify(struct notifier_block * nb, > +static int nl80211_netlink_notify(struct notifier_block *nb, > unsigned long state, > void *_notify) > { > -- > 2.8.0.rc3.226.g39d4020 > -- Julian Calaby Email: julian.calaby@xxxxxxxxx Profile: http://www.google.com/profiles/julian.calaby/ -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html