From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Mon, 10 Feb 2014 11:54:43 +0100 Subject: [U-Boot] Question about Coding-Style In-Reply-To: <52F8A706.7030103@free.fr> References: <11685.213.33.116.116.1391518218.squirrel@petermaier.org> <52F0F5C4.2010304@denx.de> <29703.213.33.116.113.1391525447.squirrel@petermaier.org> <52F10120.9040700@denx.de> <20140204150732.GC7049@bill-the-cat> <20140210105849.198999db@lilith> <52F8A706.7030103@free.fr> Message-ID: <20140210115443.420b7511@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Chris, > > Hmm... Last time I checked, > > > > "abc" > > "def" > > > > Is a valid C string, and does not require a backslash. Do I miss > > something? > > Yes, you are of course correct: the result is the C string "abcdef" and > the backslash in the original is superfluous. > However a grep for "abcdef" in the source code won't match it :( > This is why splitting strings like this is discouraged in the Linux kernel. Got it, thanks. > Cheers, > Chris Amicalement, -- Albert.