From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755687AbbB0WM1 (ORCPT ); Fri, 27 Feb 2015 17:12:27 -0500 Received: from tex.lwn.net ([70.33.254.29]:50764 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755307AbbB0WMZ (ORCPT ); Fri, 27 Feb 2015 17:12:25 -0500 Date: Fri, 27 Feb 2015 15:12:24 -0700 From: Jonathan Corbet To: Wang Long Cc: , , , Subject: Re: [PATCH] Documentation: add print bitmap description Message-ID: <20150227151224.1a50d8a7@lwn.net> In-Reply-To: <1424921305-93124-1-git-send-email-long.wanglong@huawei.com> References: <1424921305-93124-1-git-send-email-long.wanglong@huawei.com> Organization: LWN.net X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 26 Feb 2015 03:28:25 +0000 Wang Long wrote: > as the commit: "lib/vsprintf: implement bitmap printing through > '%*pb[l]'" add an easy way to print bitmaps. so printk-formats.txt > should reflect it. Applied to the docs tree. Thanks, jon