From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Sat, 09 Jul 2011 08:34:08 +0200 Subject: [U-Boot] [PATCH] Remove volatile qualifier in get_ram_size() calls In-Reply-To: <1309708533-18008-1-git-send-email-albert.u.boot@aribaud.net> References: <1309708533-18008-1-git-send-email-albert.u.boot@aribaud.net> Message-ID: <4E17F660.1060402@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang, Le 03/07/2011 17:55, Albert ARIBAUD a ?crit : > Checkpatch.pl complains about the volatile qualifier in calls to > get_ram_size(). Remove this qualifier in the prototype and in the > calls where it is useless, and leave it only in the function body > where it is needed. > > Signed-off-by: Albert ARIBAUD > --- > This change just prevents checkpatch from emitting spurious warnings; > it does not affect the building process or results. It has been tested > by comparing the build logs for jadecpu with and without the patch, > using BUILD_NCPUS=1 to ensure both logs were ordered identically. The > binaries were also compared (actually the .srec files) and found > identical except for the version string. There seems to be no comments or dissents for this patch. Can it get in? I can pull it into u-boot-arm, but as it is a codebase-global change I would prefer it to go into u-boot so that all repositories can be rebased on it and any issues or incompatibilities can be uncovered as early as possible. Amicalement, -- Albert.