From patchwork Sat May 25 15:17:41 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeff Johnson X-Patchwork-Id: 13674042 X-Patchwork-Delegate: jikos@jikos.cz Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DBEE04EB45; Sat, 25 May 2024 15:18:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=205.220.180.131 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716650300; cv=none; b=OxjJCbWaGLAreV/80i/9mrqUfAkidZUDcA5l+pe8FgOmxgPLbId9662ulP1gbVoJkCldzV4aOjdb02tTTPkBoEyo4iHIEchf4qN/A/N2FJjenTTZ+QcF4j7V3ZEWUaEPzzDQ2OTRM3+RqqgQsycB7yrA820ApPvvHzlVcM2U62I= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716650300; c=relaxed/simple; bh=7GWmKKcJ+5mtRipnp051mF1k19YX/MVXaBh2cg+3N48=; h=From:Date:Subject:MIME-Version:Content-Type:Message-ID:References: In-Reply-To:To:CC; b=PyoZvw5YUFH2ysQG/p3Rp3n3grwrU8ekAv7S5xMitdBwKGanbKYT6mCez/E2pKyCiFcA/SKdfWk8sdAGtjDDmEhJBqpvNT8/HNPx1bV0AaJyJazLG93BDK7NlKG/wwLXrjR7XJe8RfuGxHGAcqEgI1Tq35eXBynVRG65mFv3ozQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com; spf=pass smtp.mailfrom=quicinc.com; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b=LI0D/8UF; arc=none smtp.client-ip=205.220.180.131 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=quicinc.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b="LI0D/8UF" Received: from pps.filterd (m0279868.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 44PDNqGE023457; Sat, 25 May 2024 15:18:00 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=qcppdkim1; bh= NoDoCXrrGjP4Dq4Apr/IETWJzT8dMisgvF5Uj8McL2c=; b=LI0D/8UFgW0gcvUp lo1IStZxPLLneProSzdcyVcBGVmA53eIFnJ5JR4sZ1vlpOtQySU8xbOPQ3ynf2db 0fdCqobDrK4XbzzzvVxpHYjC3i+x+QKifo8HDhPXK8RmdT6CJC+h2tuDj9L2FfFX mDz0hDnK3oklWosF2RlAQONZzQMk0/emCJMWI3aEtoQi3yw7WQnQs+JecGozeI6x QiqoS6SltmV+y9GY9TuCGNp4u8Dz55P0Z5AmZ8bxhqk26QfaY6a0fA5tKMz77tDC U1PKlyz31NzAbnD9Sb+h0FqLeur8tk+JiUaJEFPBVln/fKNipIcEB+ZtCMSRiKAX Saz1VQ== Received: from nalasppmta04.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3yba0q8gas-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sat, 25 May 2024 15:18:00 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA04.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 44PFHxQ2010178 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sat, 25 May 2024 15:17:59 GMT Received: from [169.254.0.1] (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.1544.9; Sat, 25 May 2024 08:17:59 -0700 From: Jeff Johnson Date: Sat, 25 May 2024 08:17:41 -0700 Subject: [PATCH 1/2] HID: intel-ish-hid: fix ishtp_wait_resume() kernel-doc Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-ID: <20240525-kd-ishtp_wait_resume-v1-1-fec87a6f7916@quicinc.com> References: <20240525-kd-ishtp_wait_resume-v1-0-fec87a6f7916@quicinc.com> In-Reply-To: <20240525-kd-ishtp_wait_resume-v1-0-fec87a6f7916@quicinc.com> To: Srinivas Pandruvada , Jiri Kosina , Benjamin Tissoires CC: , , , kernel test robot , "Jeff Johnson" X-Mailer: b4 0.13.0 X-ClientProxiedBy: nalasex01c.na.qualcomm.com (10.47.97.35) 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: AHbSdyP64nX9haNgHsXaVN0ppmR4OMAe X-Proofpoint-ORIG-GUID: AHbSdyP64nX9haNgHsXaVN0ppmR4OMAe X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.650,FMLib:17.12.28.16 definitions=2024-05-25_09,2024-05-24_01,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 suspectscore=0 lowpriorityscore=0 impostorscore=0 clxscore=1011 mlxscore=0 mlxlogscore=804 malwarescore=0 spamscore=0 adultscore=0 bulkscore=0 phishscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2405170001 definitions=main-2405250124 Fix the 'make W=1' kernel-doc warning: drivers/hid/intel-ish-hid/ishtp/bus.c:853: warning: Function parameter or struct member 'dev' not described in 'ishtp_wait_resume' Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202311060843.dXENYlGc-lkp@intel.com/ Signed-off-by: Jeff Johnson Acked-by: Srinivas Pandruvada --- drivers/hid/intel-ish-hid/ishtp/bus.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/hid/intel-ish-hid/ishtp/bus.c b/drivers/hid/intel-ish-hid/ishtp/bus.c index 03d5601ce807..f3042c4b8710 100644 --- a/drivers/hid/intel-ish-hid/ishtp/bus.c +++ b/drivers/hid/intel-ish-hid/ishtp/bus.c @@ -844,6 +844,7 @@ EXPORT_SYMBOL(ishtp_device); /** * ishtp_wait_resume() - Wait for IPC resume + * @dev: ishtp device * * Wait for IPC resume * From patchwork Sat May 25 15:17:42 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeff Johnson X-Patchwork-Id: 13674040 X-Patchwork-Delegate: jikos@jikos.cz Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D96051429E; Sat, 25 May 2024 15:18:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=205.220.180.131 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716650299; cv=none; b=tTZp3QCgmxoNb7K1pD7Y6+mmx2H8aECtI2LwWuX9zyYZRCWLiiSgLSL8HhvG64tts7tIfW9PACW8k6rt+EDOBNPgUwdX6TqEmjPP5tFebLzSqGNS9A9FB+yFcPfxnXGwTvGNaP4w3cs1N/1bToiOdprEILudYjSisRIsToojW/k= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716650299; c=relaxed/simple; bh=uYyjQpwuAsqST4PdCfnRny9D/oqZIPJqCP6LKqZfpu4=; h=From:Date:Subject:MIME-Version:Content-Type:Message-ID:References: In-Reply-To:To:CC; b=u7g4eVoN8vt4VkQRAXQ3qa2J49E2rUmt+C7P6E0XIHcJhwQLlu1LZrNYGRrenbV0VZCof759ZZ+1cnDKglw/lti3Fhex6mJIuTMU5WlHhketqsL184odK7xuX8NEDDi4bmdpFcIsiNt3BF0Kh7PCXM0qrh5PbpR2GxztESqcIIk= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com; spf=pass smtp.mailfrom=quicinc.com; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b=bljyZmQm; arc=none smtp.client-ip=205.220.180.131 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=quicinc.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b="bljyZmQm" Received: from pps.filterd (m0279869.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 44PEn2aS029758; Sat, 25 May 2024 15:18:01 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=qcppdkim1; bh= kWxwrHzrNmHRu9CjzEFq5irGOrLeDI9R9PPHAPyvdn8=; b=bljyZmQmwEDrFxkX cNxxIn4KrxFLw7A9ekGX6qjurdTX/zQ8UTXl1KRHsGPbp+m9adyI2gnu9lC4lfOT 69XoXgWaZdoccM6Sj5/AYKKRAZU1aqXgpdubvbtkySx6bjtwYnGWrrq/Py0Ws1o0 OW8od68p9DVtF+R/9/rkCO8lZXC7cejBd6NlwCGselQsEQYdfeBLsz9Geics7dP1 Ttxs3K4oTZdO5WVqgWp4tylSZVrkFVLT7vz3OUymoxEJgkDVw3Ya5A5MccnNWisw pmD8DFIxEwmYVLi0SvYsWQyoXIXAkikZMpmT4HWBE/1+LANMFMJ09/QqXPEZo6tR tZekjw== Received: from nalasppmta03.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3yba0x0gbj-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sat, 25 May 2024 15:18:01 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA03.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 44PFHxUj029782 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sat, 25 May 2024 15:17:59 GMT Received: from [169.254.0.1] (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.1544.9; Sat, 25 May 2024 08:17:59 -0700 From: Jeff Johnson Date: Sat, 25 May 2024 08:17:42 -0700 Subject: [PATCH 2/2] HID: intel-ish-hid: add MODULE_DESCRIPTION() Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-ID: <20240525-kd-ishtp_wait_resume-v1-2-fec87a6f7916@quicinc.com> References: <20240525-kd-ishtp_wait_resume-v1-0-fec87a6f7916@quicinc.com> In-Reply-To: <20240525-kd-ishtp_wait_resume-v1-0-fec87a6f7916@quicinc.com> To: Srinivas Pandruvada , Jiri Kosina , Benjamin Tissoires CC: , , , Jeff Johnson X-Mailer: b4 0.13.0 X-ClientProxiedBy: nalasex01c.na.qualcomm.com (10.47.97.35) 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: PbvArpA2flSyrYOs6cWvwsUH3IXsng7A X-Proofpoint-ORIG-GUID: PbvArpA2flSyrYOs6cWvwsUH3IXsng7A X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.650,FMLib:17.12.28.16 definitions=2024-05-25_09,2024-05-24_01,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 impostorscore=0 mlxlogscore=904 priorityscore=1501 clxscore=1015 bulkscore=0 phishscore=0 malwarescore=0 mlxscore=0 adultscore=0 suspectscore=0 lowpriorityscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2405170001 definitions=main-2405250124 Fix the 'make W=1' warning: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/hid/intel-ish-hid/intel-ishtp.o Signed-off-by: Jeff Johnson Acked-by: Srinivas Pandruvada --- drivers/hid/intel-ish-hid/ishtp/bus.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/hid/intel-ish-hid/ishtp/bus.c b/drivers/hid/intel-ish-hid/ishtp/bus.c index f3042c4b8710..cc76b295b632 100644 --- a/drivers/hid/intel-ish-hid/ishtp/bus.c +++ b/drivers/hid/intel-ish-hid/ishtp/bus.c @@ -932,4 +932,5 @@ static void __exit ishtp_bus_unregister(void) module_init(ishtp_bus_register); module_exit(ishtp_bus_unregister); +MODULE_DESCRIPTION("ISHTP bus driver"); MODULE_LICENSE("GPL");