Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752823AbdLBP4u (ORCPT ); Sat, 2 Dec 2017 10:56:50 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:59602 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751996AbdLBP4s (ORCPT ); Sat, 2 Dec 2017 10:56:48 -0500 Date: Sat, 2 Dec 2017 15:56:08 +0000 From: Greg KH To: Marcus Wolf Cc: dan.carpenter@oracle.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: pi433: Make rf69_set_dc_cut_off_frequency_intern static Message-ID: <20171202155608.GB5960@kroah.com> References: <1512228022-22599-1-git-send-email-linux@wolf-entwicklungen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1512228022-22599-1-git-send-email-linux@wolf-entwicklungen.de> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 324 Lines: 8 On Sat, Dec 02, 2017 at 05:20:22PM +0200, Marcus Wolf wrote: > rf69_set_dc_cut_off_frequency_intern is used by rf69.c internally only. > Therefore removed the function from header and declared it staic in > the implemtation. > Signed-off-by: Marcus Wolf No blank line before signed-off-by :(