Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932147AbbKLKSg (ORCPT ); Thu, 12 Nov 2015 05:18:36 -0500 Received: from mx-rz-1.rrze.uni-erlangen.de ([131.188.11.20]:37347 "EHLO mx-rz-1.rrze.uni-erlangen.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754256AbbKLKSe (ORCPT ); Thu, 12 Nov 2015 05:18:34 -0500 X-RRZE-Submit-IP: 2001:638:a000:4142::ff0f:d304 To: Florian Fainelli Cc: Kevin Cernekee , Dragan Stancevic , Ralf Baechle , blogic@openwrt.org, Jonas Gorski , linux-mips@linux-mips.org, "linux-kernel@vger.kernel.org" , Valentin Rothberg , Paul Bolle From: Andreas Ziegler X-Enigmail-Draft-Status: N1110 Subject: Re: MIPS: BMIPS: Enable GZIP ramdisk and timed printks Message-ID: <56446776.5020406@fau.de> Date: Thu, 12 Nov 2015 11:18:30 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 972 Lines: 31 Hi Florian, your patch "MIPS: BMIPS: Enable GZIP ramdisk and timed printks" showed up as commit fb9e5642aa9e in linux-next today (that is, next-20151112). I noticed it because we (a research group from Erlangen[0]) are running daily checks on linux-next. Your commit adds two entries to arch/mips/configs/bmips_stb_defconfig, but one of them has a typo (line 37): CONFIG_PRINK_TIME=y which should instead say (notice the missing 'T'): CONFIG_PRINTK_TIME=y Not sure how this got two Reviewed-by's, as this simple mistake could have been easily spotted by running scripts/checkkconfigsymbols.py on the patch. Regards, Andreas [0] https://cados.cs.fau.de Original patchwork: https://patchwork.linux-mips.org/patch/11307/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/