From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5733DC04FE4 for ; Wed, 20 Sep 2023 18:20:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229797AbjITSUV (ORCPT ); Wed, 20 Sep 2023 14:20:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59576 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229745AbjITSUS (ORCPT ); Wed, 20 Sep 2023 14:20:18 -0400 Received: from mx0a-0031df01.pphosted.com (mx0a-0031df01.pphosted.com [205.220.168.131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 24E02CC; Wed, 20 Sep 2023 11:20:12 -0700 (PDT) Received: from pps.filterd (m0279865.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 38KIEFEK018252; Wed, 20 Sep 2023 18:19:59 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=message-id : date : mime-version : subject : to : cc : references : from : in-reply-to : content-type : content-transfer-encoding; s=qcppdkim1; bh=URrtfKTMN/qA8NOuwPwbET06pqTUw65g1qzUE9fLLPw=; b=jnyiczQ47eUI5RphpNj6Awqjp6eZ/xLUm+frHOF2sIG0N8cK3OrbIy7JUConD4H+3R7v 6xszsFQK6xsZdDN9a9dgJBHuiBMWFLhNLJP0l5DYuWvlX0IjQO8b/arij/LhCpVhnK3D V77Z7+IwnTM+6jHMOEidZtoIW+92Kp5kP4VA0WBq2xUjupS1FYpdE5OsNJkzXKJ3jJ1c XTbb794gqfZxtQItpsbb1ji/i8IrNMbeNPu7RrJY7gUmKRiNulDqI0Vz+HEFGG02YNrK bWDiV62He5BhNTQtU9AOYIl3Z+AJIABXeaHn9I3VEZLFChGBzxRrz7vDPSuwNc/Q0r1W fQ== Received: from nalasppmta02.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3t7qj924td-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 20 Sep 2023 18:19:58 +0000 Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA02.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 38KIJwcf014227 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 20 Sep 2023 18:19:58 GMT Received: from [10.48.245.144] (10.49.16.6) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.36; Wed, 20 Sep 2023 11:19:57 -0700 Message-ID: <938ca51e-da17-402e-82ee-e1c29c24eee6@quicinc.com> Date: Wed, 20 Sep 2023 11:19:56 -0700 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 wireless-next 9/9] wifi: ath9k: Remove unnecessary (void*) conversions Content-Language: en-US To: Wu Yunchuan , , , , CC: , , , , References: <20230919045226.524544-1-yunchuan@nfschina.com> From: Jeff Johnson In-Reply-To: <20230919045226.524544-1-yunchuan@nfschina.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.49.16.6] X-ClientProxiedBy: nalasex01b.na.qualcomm.com (10.47.209.197) To nalasex01a.na.qualcomm.com (10.47.209.196) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-GUID: bR_KSFFpgtbqAVfgu-6enUfz7HWMjqUL X-Proofpoint-ORIG-GUID: bR_KSFFpgtbqAVfgu-6enUfz7HWMjqUL X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.267,Aquarius:18.0.980,Hydra:6.0.601,FMLib:17.11.176.26 definitions=2023-09-20_08,2023-09-20_01,2023-05-22_02 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 clxscore=1011 priorityscore=1501 impostorscore=0 suspectscore=0 mlxlogscore=708 mlxscore=0 phishscore=0 lowpriorityscore=0 adultscore=0 bulkscore=0 malwarescore=0 spamscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2308100000 definitions=main-2309200152 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 9/18/2023 9:52 PM, Wu Yunchuan wrote: > No need cast (void *) to (struct owl_ctx *), (struct ath_hw *), > (struct cmd_buf *) or other types. > > Signed-off-by: Wu Yunchuan Reviewed-by: Jeff Johnson