From patchwork Sat Oct 27 01:47:47 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ramsay Jones X-Patchwork-Id: 10658013 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 099335A4 for ; Sat, 27 Oct 2018 01:47:53 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E61FF2C83E for ; Sat, 27 Oct 2018 01:47:52 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D68852C880; Sat, 27 Oct 2018 01:47:52 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7FE122C83E for ; Sat, 27 Oct 2018 01:47:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726730AbeJ0K1I (ORCPT ); Sat, 27 Oct 2018 06:27:08 -0400 Received: from avasout03.plus.net ([84.93.230.244]:55227 "EHLO avasout03.plus.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726193AbeJ0K1I (ORCPT ); Sat, 27 Oct 2018 06:27:08 -0400 Received: from [10.0.2.15] ([80.189.70.193]) by smtp with ESMTPA id GDhbgYe0MfmQQGDhdgjEBs; Sat, 27 Oct 2018 02:47:49 +0100 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.3 cv=Acuf4UfG c=1 sm=1 tr=0 a=wSR+GDtF+fsrIzE5OYgxVg==:117 a=wSR+GDtF+fsrIzE5OYgxVg==:17 a=IkcTkHD0fZMA:10 a=L3TNAYgMoFAgym86DSYA:9 a=QEXdDO2ut3YA:10 X-AUTH: ramsayjones@:2500 To: Junio C Hamano Cc: =?utf-8?q?Carlo_Marcelo_Arenas_Bel=C3=B3n?= , Derrick Stolee , GIT Mailing-list From: Ramsay Jones Subject: [PATCH 0/3] some more hdr-check clean headers Message-ID: Date: Sat, 27 Oct 2018 02:47:47 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 Content-Language: en-GB X-CMAE-Envelope: MS4wfF5oGDxd73C+5r8kq4Zj8GOZfFp7Gz6lb9IAXBbdhhrs+zPxgxB9IvM6M3Qkja4X8vaaGlsdb8ihzjMXlhv9xRINvPjcu1W2Po0ySO0R9V+i1hZKZZ7b doRijFqEa1X3HO4fTHXrG6zYfmtU1HTa2XJy+x6QujqjKCHA2IjvVe8pvbGanAlBaLeNuD8lI/4JbQ== Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP I have some changes to the hdr-check Makefile target in the works, but these clean-ups don't have to be held up by those changes. The 'fetch-object.h' patch is the same one I sent separately last time, since it only applied on 'next' at the time. The 'ewok_rlw.h' patch is just something I noticed while messing around the the Makefile changes. The 'commit-reach.h' patch is the patch #9 from the original series, but now with a commit message that explains the '#include "commit.h"' issue. These changes are on top of current master (@c670b1f876) and merge without conflict to 'next' and with a 'minor' conflict on 'pu'. Ramsay Jones (3): fetch-object.h: add missing declaration (hdr-check) ewok_rlw.h: add missing 'inline' to function definition commit-reach.h: add missing declarations (hdr-check) commit-reach.h | 5 +++-- ewah/ewok_rlw.h | 2 +- fetch-object.h | 2 ++ 3 files changed, 6 insertions(+), 3 deletions(-)