From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751576AbdFAJI6 (ORCPT ); Thu, 1 Jun 2017 05:08:58 -0400 Received: from mail-lf0-f50.google.com ([209.85.215.50]:35302 "EHLO mail-lf0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751093AbdFAJI4 (ORCPT ); Thu, 1 Jun 2017 05:08:56 -0400 Date: Thu, 1 Jun 2017 11:08:59 +0200 From: Johan Hovold To: Maksim Salau Cc: Johan Hovold , Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] usb: serial: upd78f0730: Make constants static Message-ID: <20170601090859.GP6735@localhost> References: <20170424095953.3380-1-maksim.salau@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170424095953.3380-1-maksim.salau@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 24, 2017 at 12:59:53PM +0300, Maksim Salau wrote: > Some local constants don't change from call to call and are good > candidates to become static. This will prevent copying of these > constants to stack during runtime. > > Signed-off-by: Maksim Salau Now applied, thanks. Johan