From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay.hostedemail.com (smtprelay0015.hostedemail.com [216.40.44.15]) (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 170A13D561; Mon, 12 Feb 2024 18:09:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=216.40.44.15 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707761370; cv=none; b=pfL2H53gDXAtyk/F2ztnu/L+F8csLHaFfWNpvm49ui9cFA3WQPOHF92mdFZ3hmG2KaH7VERVvNoRPLKCnR+ZZpviBsyUgPOOzudi6v70l4S1zbMK5Ouf9uaRlHP77dn3+lWFJChG4OnOM5hzJ6fioTLRyCSachS90zGqjM1qUAs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707761370; c=relaxed/simple; bh=JbCAC8rYj0FfUruBWQ/40PlhIi/uOHdvmCbaUOUo364=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=gPDzd0DEWabOfkgAmeDxYt++KHlmX2S58P7y1kJH7EVEIwuy/MtDO898ocD9lCjHnKw6i0dIMFku/KrOzI8UKurT3aiadzrYuYpkSSmkFUBxvQjXw5S8gHAVMh5EVwJlCOONQnWAZE0hQq1g6CEnFQiD6GBLEi4pp/ihM9q/f6Y= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=perches.com; spf=pass smtp.mailfrom=perches.com; arc=none smtp.client-ip=216.40.44.15 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=perches.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=perches.com Received: from omf05.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay03.hostedemail.com (Postfix) with ESMTP id 1BCF0A0AB9; Mon, 12 Feb 2024 18:09:22 +0000 (UTC) Received: from [HIDDEN] (Authenticated sender: joe@perches.com) by omf05.hostedemail.com (Postfix) with ESMTPA id 8F0542000D; Mon, 12 Feb 2024 18:09:18 +0000 (UTC) Message-ID: Subject: Re: [PATCH 0/2] HID: samsung: Object code size reduction and neatening From: Joe Perches To: linux-input@vger.kernel.org Cc: Sandeep C S , Junwan Cho , Jitender Sajwan , Jiri Kosina , Benjamin Tissoires , linux-kernel@vger.kernel.org Date: Mon, 12 Feb 2024 10:09:17 -0800 In-Reply-To: References: Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.4 (3.48.4-1.fc38) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Rspamd-Queue-Id: 8F0542000D X-Stat-Signature: wo4xxtrhywzf5sjkq9k83wxgjkr5fk9m X-Rspamd-Server: rspamout05 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Session-ID: U2FsdGVkX18A8v/ssR7DfqgBGeSb6SK9GstaVs96LP8= X-HE-Tag: 1707761358-946541 X-HE-Meta: U2FsdGVkX1/KSSkazv2+7+66z1CTi9wY7iEn7kkpz419rA/Ds2Iwrb+60+ZckPbA1oGlZGateH6lbuPRZIj113JXmY7LH+x37CTusDwiW+rmpCFwIuonwySjjJLo0iMt71JLtLeG+vpj7pd8vSuNowVNvpeyCR1GDfFjiyMJhVJybBtVStGX4C3EgyKosLZX/mXdh7AMoZKWhyx5w0rsLplAN7k6FwXwG3ZcxJ/K//xb2i95Squ4wixs+o4KCxg6eLgQwxa7B0sEm/vsy5fgVwx8mCvEfPek7pe9VmmIqt+JnsZ0YMrlpKznIsXs4NUf On Wed, 2024-01-31 at 12:21 -0800, Joe Perches wrote: > Reduce object size and neatening >=20 > Joe Perches (2): > HID: samsung: Reduce code size > HID: samsung: Object size reduction and neatening >=20 > drivers/hid/hid-samsung.c | 652 +++++++++++++++++--------------------- > 1 file changed, 283 insertions(+), 369 deletions(-) Any comment from the samsung folk on these?