Message ID | 20160803184339.GB775@mwanda (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Kalle Valo |
Headers | show |
Hi All, On Thu, Aug 4, 2016 at 4:43 AM, Dan Carpenter <dan.carpenter@oracle.com> wrote: > It looks like this code is correct, but it just needs to be indented a > bit. > > Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Looks right to me. Reviewed-by: Julian Calaby <julian.calaby@gmail.com> Thanks,
Dan Carpenter <dan.carpenter@oracle.com> writes: > It looks like this code is correct, but it just needs to be indented a > bit. > > Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Doesn't apply anymore: Importing patch "ath9k-indent-an-if-statement" ... error: patch failed: drivers/net/wireless/ath/ath9k/main.c:919 error: drivers/net/wireless/ath/ath9k/main.c: patch does not apply stg import: Diff does not apply cleanly
diff --git a/drivers/net/wireless/ath/ath9k/main.c b/drivers/net/wireless/ath/ath9k/main.c index a394622..eb00724 100644 --- a/drivers/net/wireless/ath/ath9k/main.c +++ b/drivers/net/wireless/ath/ath9k/main.c @@ -919,7 +919,7 @@ static void ath9k_vif_iter_set_beacon(struct ath9k_vif_iter_data *iter_data, } else { if (iter_data->primary_beacon_vif->type != NL80211_IFTYPE_AP && vif->type == NL80211_IFTYPE_AP) - iter_data->primary_beacon_vif = vif; + iter_data->primary_beacon_vif = vif; } iter_data->beacons = true;
It looks like this code is correct, but it just needs to be indented a bit. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html