From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Weinberger Date: Wed, 08 Jul 2015 19:19:47 +0000 Subject: Re: [PATCH] um: umid: Use strdup to simplify code Message-Id: <559D77D3.3030906@nod.at> List-Id: References: <1436382947-13181-1-git-send-email-christophe.jaillet@wanadoo.fr> In-Reply-To: <1436382947-13181-1-git-send-email-christophe.jaillet@wanadoo.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Christophe JAILLET , jdike@addtoit.com Cc: user-mode-linux-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Am 08.07.2015 um 21:15 schrieb Christophe JAILLET: > Replace a malloc+strcpy by an equivalent strdup in order to improve > readability. Makes sense! > Turn a some spaces into a tab to be consistent with the rest of the code. Do this in an extra patch. One logical change per patch please. Thanks, //richard From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <559D77D3.3030906@nod.at> Date: Wed, 08 Jul 2015 21:19:47 +0200 From: Richard Weinberger MIME-Version: 1.0 References: <1436382947-13181-1-git-send-email-christophe.jaillet@wanadoo.fr> In-Reply-To: <1436382947-13181-1-git-send-email-christophe.jaillet@wanadoo.fr> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Subject: Re: [PATCH] um: umid: Use strdup to simplify code To: Christophe JAILLET , jdike@addtoit.com Cc: user-mode-linux-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org List-ID: Am 08.07.2015 um 21:15 schrieb Christophe JAILLET: > Replace a malloc+strcpy by an equivalent strdup in order to improve > readability. Makes sense! > Turn a some spaces into a tab to be consistent with the rest of the code. Do this in an extra patch. One logical change per patch please. Thanks, //richard