From beb3ffc4eb1122f3c6e35ff5639e5dacba0d9e8f Mon Sep 17 00:00:00 2001 From: mentor Date: Thu, 17 Jan 2008 02:51:32 +0000 Subject: [PATCH] Formatting; grammar - r3179 git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3197 0192ed92-7a03-0410-a25b-9323aeb14dbd --- ath/if_ath.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ath/if_ath.c b/ath/if_ath.c index 76dbd13..f34eb90 100644 --- a/ath/if_ath.c +++ b/ath/if_ath.c @@ -4778,11 +4778,10 @@ ath_beacon_send(struct ath_softc *sc, int *needmark) if (bflink != NULL) *bflink = 0; /* link of last frame */ - if(!bfaddr) { + if (!bfaddr) DPRINTF(sc, ATH_DEBUG_BEACON_PROC, - "%s: bursted beacons failed to set bfaddr!!\n", __func__); - } - + "%s: bursted beacons failed to set " + "bfaddr!\n", __func__); } /* -- 2.35.1