mbox series

[0/2] PowerPC-PS3: Adjustments for three function implementations

Message ID 36a8ba41-7f1e-31f8-5d32-19e04393b181@users.sourceforge.net (mailing list archive)
Headers show
Series PowerPC-PS3: Adjustments for three function implementations | expand

Message

SF Markus Elfring Oct. 17, 2017, 6:54 p.m. UTC
From: Markus Elfring <elfring@users.sourceforge.net>
Date: Tue, 17 Oct 2017 20:22:44 +0200

Two update suggestions were taken into account
from static source code analysis.

Markus Elfring (2):
  Delete an error message for a failed memory allocation in update_flash_db()
  Improve a size determination in two functions

 arch/powerpc/platforms/ps3/mm.c      | 6 ++----
 arch/powerpc/platforms/ps3/os-area.c | 4 +---
 2 files changed, 3 insertions(+), 7 deletions(-)

Comments

Geoff Levand Oct. 18, 2017, 7:32 p.m. UTC | #1
On 10/17/2017 11:54 AM, SF Markus Elfring wrote:
> Markus Elfring (2):
>   Delete an error message for a failed memory allocation in update_flash_db()
>   Improve a size determination in two functions

For consistency, please use 'powerpc/ps3' not 'powerpc-ps3' as
the commit log subject prefix.  Also, please try to keep the
commit log subject to 50 characters or less.

-Geoff