From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-il1-f173.google.com (mail-il1-f173.google.com [209.85.166.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CB9A6B64B for ; Sat, 23 Dec 2023 01:59:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=darkphysics.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=darkphysics.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=darkphysics.net header.i=@darkphysics.net header.b="Za8vLTC2" Received: by mail-il1-f173.google.com with SMTP id e9e14a558f8ab-35fd9e40039so7187575ab.1 for ; Fri, 22 Dec 2023 17:59:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=darkphysics.net; s=google; t=1703296793; x=1703901593; darn=lists.linux.dev; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=b6A4WH918DJkDqEr8VqraseoVAWIPoVy06brxqeKAWQ=; b=Za8vLTC2srHk+s/VCVb+60wlLBK5tmeWNlHk8PBajgUYG92yP4mk5iz76y5BKtrlDP HwmRTDSqKGXh1FqoWfpBOOCxZkOJzEVwSahRog4oBSncsu0ynR6ebMZ87owlyxmO3P6V eyusTNmwlX2afNh6WRBHsSPyTKrvQ8Dp4M8FpsT6YK5D6WVzuQjsOr+3KX09RXGMAJZT 2aQBBkcvl59ZedjWdcCzs14kV+mrWB6buotwUZ4YRUNR8umAYtjw0BeuDpEFBVYIMTo9 ap/3l5iSrvWAJ+PCPGNnRlD3ZSHQYjnH9O80ukmFjFcCn6+M4HJoN88dU/xxXc6BZj1G fHlw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1703296793; x=1703901593; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=b6A4WH918DJkDqEr8VqraseoVAWIPoVy06brxqeKAWQ=; b=vfiJN0vUyJVZt6jHgcysss5g1d8ViRN+Hq/aebUcdkeM61lgE9wbGXgMWmj0x9opGW mlwGBvtNKYMHzuCfeAPNesas8XfWvVo60mr8I8Iw3E824SdKiljheSRvu/s6lQcmqP0E BFCLdJFkKAF/KzJW6fukO/EX6DwQcffHeoxS41w5yvy+xqvuM1qisH+9DbKtCl5qs7Uq z49IQk6utLCFsmEkuhwMtk8piSFouvKCLe/QtnL2UJool79hFmVAL7M5opN6H/vDLt1Q S3pD9oycANTkLhxC1FcRrUIAnzMOb2pnGr7yeMN5J1RqLutLOIcZ6cEaldIJ31MN9BpJ CCBg== X-Gm-Message-State: AOJu0YwPFDgDeBArTiS72Hl9Z8H2VTc+auXQU0aLDQvX3+dtX5wkupDa GHuOmY9Hx6O17Im44ihkGC+ONlNIuSsjYA== X-Google-Smtp-Source: AGHT+IHrE/8q3oeOpjUdpd161EwN8rwZJtDvnI/EMLi+5wMkDkKbmR1xi4j+9teob/hyveDAUbOT8g== X-Received: by 2002:a05:6e02:12eb:b0:35f:ceb8:70b0 with SMTP id l11-20020a056e0212eb00b0035fceb870b0mr2767620iln.0.1703296792986; Fri, 22 Dec 2023 17:59:52 -0800 (PST) Received: from oatmeal.darkphysics (c-76-146-178-2.hsd1.wa.comcast.net. [76.146.178.2]) by smtp.gmail.com with ESMTPSA id kg15-20020a170903060f00b001d3edef115dsm4106546plb.20.2023.12.22.17.59.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 22 Dec 2023 17:59:52 -0800 (PST) From: Tree Davies To: gregkh@linuxfoundation.org, philipp.g.hortmann@gmail.com, anjan@momi.ca Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, Tree Davies Subject: [PATCH 08/20] Staging: rtl8192e: Fix statement broken across 2 lines in rtllib_rx_assoc_resp() Date: Fri, 22 Dec 2023 17:59:30 -0800 Message-Id: <20231223015942.418263-9-tdavies@darkphysics.net> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20231223015942.418263-1-tdavies@darkphysics.net> References: <20231223015942.418263-1-tdavies@darkphysics.net> Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Join 2 lines, so that statment resides on one line, to fix Warning: Lines should not end with a '(' Signed-off-by: Tree Davies --- drivers/staging/rtl8192e/rtllib_softmac.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/rtl8192e/rtllib_softmac.c b/drivers/staging/rtl8192e/rtllib_softmac.c index b55e5759ebef..3788e9fb0ac0 100644 --- a/drivers/staging/rtl8192e/rtllib_softmac.c +++ b/drivers/staging/rtl8192e/rtllib_softmac.c @@ -1636,8 +1636,7 @@ rtllib_rx_assoc_resp(struct rtllib_device *ieee, struct sk_buff *skb, "Association response status code 0x%x\n", errcode); if (ieee->AsocRetryCount < RT_ASOC_RETRY_LIMIT) - schedule_delayed_work( - &ieee->associate_procedure_wq, 0); + schedule_delayed_work(&ieee->associate_procedure_wq, 0); else rtllib_associate_abort(ieee); } -- 2.39.2