From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gz.d.sender-sib.com (gz.d.sender-sib.com [77.32.148.26]) (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 8A34838B7D7 for ; Mon, 9 Mar 2026 10:06:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=77.32.148.26 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773050791; cv=none; b=ivXaBe1BBcZbYGRY2zr460Il0U8BrHclHLaRzKjFoCIoCwWjdjb6zAKSqHHb66FwDg9BGq/yH8xNKO1DF6FBH3c3xfyyOiVwndaIMD9/9TmCM9FYuEMWzV4TYZCCu493pL+h3mP+vYCuNAWvbSecAh2eudF6pohzCpxRBPCcYbE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773050791; c=relaxed/simple; bh=uQ2kDxpdlDDv6iF7b7NG15zLxeKxpKXzs8NjvMYST8E=; h=Message-Id:From:To:Date:Subject:Cc:Mime-Version; b=m7y6609dpysuMKEC4nK8lUd85Ec8647BJDbWMbqmaIz3qkMYGcvix0X5HnxiUJIbNjQJdJADVbLCvXmtXrwEOfZ45XJVJsgeMDNAsIFu6ApHqluVRR4FQJAsmgnAJLpX6IBv/wHVLZhaJG0lI/WjXg5jWHyNWpSxpR4yYpDPSd4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=dipeshchaudhary.in; spf=pass smtp.mailfrom=gz.d.sender-sib.com; dkim=pass (2048-bit key) header.d=dipeshchaudhary.in header.i=@dipeshchaudhary.in header.b=EB0oeVK1; arc=none smtp.client-ip=77.32.148.26 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=dipeshchaudhary.in Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=gz.d.sender-sib.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=dipeshchaudhary.in header.i=@dipeshchaudhary.in header.b="EB0oeVK1" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dipeshchaudhary.in; q=dns/txt; s=brevo1; bh=eAxF+/AcK7m302S1o8AvFUXytSDJKZCmIk/jMtwP/gc=; h=from:subject:date:to:cc:mime-version:content-transfer-encoding:list-unsubscribe:x-csa-complaints:list-unsubscribe-post:message-id:x-sib-id:feedback-id; b=EB0oeVK1xK5vXL3NGzmeR/liZp+QveMc2j9O2fv30gdE3GgFTjA7pRx0jCYfXK2Rx87I+9XfT0GR YkTdrYLYS34lXZALgFah4rCJEnl8dw+hAd3tdmf+ifTaSt3xqaWcl8pP01Mj3t141RdZSf8KwIe3 CkQWpTPsz6dD6i/rjEhcbjt+/fpVvXpDViqOysasOE2B5u5gzfl8yMBFUZEc9VrQr5Ko2FFh0vqj humvUm81WPWktlLa3TK2H0DVqjePBDNvZyNiIiZtA+Z83pOVb4n9kdJxyVXY/dIeBhmijZxX8s3r zsZLlKILK50RMsuctasm2EWlDjwfGjpq/UDEWg== Message-Id: <6c69b40d-48d3-49fb-beee-ab02e8060882@smtp-relay.sendinblue.com> Origin-messageId: <20260309100609.278677-1-me@dipeshchaudhary.in> Feedback-ID: 77.32.148.26:10551297_-1:10551297:Sendinblue X-Mailin-EID: NDQ2MTgxMzU4fmxpbnV4LWZiZGV2QHZnZXIua2VybmVsLm9yZ348MjAyNjAzMDkxMDA2MDkuMjc4Njc3LTEtbWVAZGlwZXNoY2hhdWRoYXJ5LmluPn5nei5kLnNlbmRlci1zaWIuY29t List-Unsubscribe-Post: List-Unsubscribe=One-Click From: "dipesh chaudhary" X-CSA-Complaints: csa-complaints@eco.de To: Date: Mon, 9 Mar 2026 10:06:09 +0000 Subject: Re: [PATCH] staging: sm750fb: constify g_fbmode array X-sib-id: 1_mLrp7Ne9UevUUj3SRsXecg-Fge4YLIr2q0pWD_ZQtSMYx4kDAimBJQa3tBcAAe4G-uE4J-4eLJX63_GvZG4bijP8xN0Zmd03zD6DKGnbO77_s8QdpPHb2CD4QovWH9cWPVJXZOACtjkEEhFcBSfaMco_2Pg091C23cG8cW-F_b6hWhmej9CpqK Content-Transfer-Encoding: quoted-printable X-Mailer: git-send-email 2.47.3 Cc: , , , , Precedence: bulk X-Mailing-List: linux-fbdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Hi Greg, On Mon, Mar 09, 2026 at 09:49:57AM +0000, dipesh chaudhary wrote: > --- a/Makefile > +++ b/Makefile > @@ -1,8 +1,8 @@ > # SPDX-License-Identifier: GPL-2.0 > -VERSION =3D 6 > -PATCHLEVEL =3D 19 > +VERSION =3D 7 > +PATCHLEVEL =3D 0 > SUBLEVEL =3D 0 > -EXTRAVERSION =3D > +EXTRAVERSION =3D -rc1 > Why have you changed the Makefile? I sincerely apologize for that. This is my very first kernel patch, and I w= as experimenting with the Makefile earlier on my local machine. I accidenta= lly staged and included it in my commit alongside the driver fix without re= alizing it. > And did you test-build your change? To be completely honest, no. I only ran `checkpatch.pl` to verify the warni= ng was resolved.=20 I will clean up my Git tree, figure out how to test-build the specific sm75= 0 module locally, and then submit a clean v2 patch. Thank you for your pati= ence with a beginner. Best regards, Dipesh Chaudhary