From patchwork Fri Mar 31 12:00:44 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mohammed Shafi Shajakhan X-Patchwork-Id: 9656115 X-Patchwork-Delegate: kvalo@adurom.com Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 3C0D260349 for ; Fri, 31 Mar 2017 11:58:25 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2CDEF28650 for ; Fri, 31 Mar 2017 11:58:25 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 21D2928678; Fri, 31 Mar 2017 11:58:25 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A181328684 for ; Fri, 31 Mar 2017 11:58:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933209AbdCaL6U (ORCPT ); Fri, 31 Mar 2017 07:58:20 -0400 Received: from wolverine01.qualcomm.com ([199.106.114.254]:43151 "EHLO wolverine01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932858AbdCaL6G (ORCPT ); Fri, 31 Mar 2017 07:58:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=qti.qualcomm.com; i=@qti.qualcomm.com; q=dns/txt; s=qcdkim; t=1490961485; x=1522497485; h=from:to:cc:subject:date:message-id:mime-version; bh=wT7caDjQPUtFABcCmPgE6wjRL3fo32TWKbf7wwr0TmQ=; b=NrC9O75BGb4k8peREPt45svICnB8jYkrvks6Ygi2enUPvj6xrd84gV10 IID0QW9MHOVfGCRZI0LaeV7hjdmmzL6jn2DP6Y6FMS1DhGpu8XAlByD97 w6AOYemkMxYKWEzVkFoavtY9aC4AKvGklOovku2hE+y80dLs68O0WA/z0 E=; X-IronPort-AV: E=Sophos;i="5.36,251,1486454400"; d="scan'208";a="275055835" Received: from unknown (HELO ironmsg02-R.qualcomm.com) ([10.53.140.106]) by wolverine01.qualcomm.com with ESMTP; 31 Mar 2017 04:57:59 -0700 From: Mohammed Shafi Shajakhan X-IronPort-AV: E=McAfee;i="5800,7501,8483"; a="930227581" X-MGA-submission: =?us-ascii?q?MDFGfzPvrAsqkmoqcSNCxn0r8v3KUxd9zDcPkR?= =?us-ascii?q?sfulUqRC2j9Wo9IXlAW2qz756/ucSvTdUjKcCe9zKkEfKWzuXsIvMH+L?= =?us-ascii?q?ELCVkhjr+jd3OMDvc+VnInQzcuDmO2wWxRz29Mt4tcnyjAGfBT6UJUxC?= =?us-ascii?q?61?= Received: from nasanexm01a.na.qualcomm.com ([10.85.0.81]) by ironmsg02-R.qualcomm.com with ESMTP/TLS/RC4-SHA; 31 Mar 2017 04:57:59 -0700 Received: from aphydexm01b.ap.qualcomm.com (10.252.127.11) by nasanexm01a.na.qualcomm.com (10.85.0.81) with Microsoft SMTP Server (TLS) id 15.0.1178.4; Fri, 31 Mar 2017 04:57:58 -0700 Received: from qcmail1.qualcomm.com (10.80.80.8) by aphydexm01b.ap.qualcomm.com (10.252.127.11) with Microsoft SMTP Server (TLS) id 15.0.1178.4; Fri, 31 Mar 2017 17:27:51 +0530 Received: by qcmail1.qualcomm.com (sSMTP sendmail emulation); Fri, 31 Mar 2017 17:31:03 +0530 To: CC: , , "Mohammed Shafi Shajakhan" Subject: [PATCH] ath10k: Remove obselete Copy Engine comments Date: Fri, 31 Mar 2017 17:30:44 +0530 Message-ID: <1490961644-375-1-git-send-email-mohammed@qca.qualcomm.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: NASANEXM01C.na.qualcomm.com (10.85.0.83) To aphydexm01b.ap.qualcomm.com (10.252.127.11) Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Mohammed Shafi Shajakhan Remove obselete Copy Engine comments referring to the function ath10k_ce_sendlist_send as this function was removed long time back by the commit 2e761b5a5222 ("ath10k: remove ce_sendlist_send"). Signed-off-by: Mohammed Shafi Shajakhan --- drivers/net/wireless/ath/ath10k/ce.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/net/wireless/ath/ath10k/ce.c b/drivers/net/wireless/ath/ath10k/ce.c index 4045657..9ac0a73 100644 --- a/drivers/net/wireless/ath/ath10k/ce.c +++ b/drivers/net/wireless/ath/ath10k/ce.c @@ -261,8 +261,7 @@ static inline void ath10k_ce_engine_int_status_clear(struct ath10k *ar, } /* - * Guts of ath10k_ce_send, used by both ath10k_ce_send and - * ath10k_ce_sendlist_send. + * Guts of ath10k_ce_send. * The caller takes responsibility for any needed locking. */ int ath10k_ce_send_nolock(struct ath10k_ce_pipe *ce_state,