Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1641204
| From | Peter Rosin <peda@lysator.liu.se> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v15 01/13] devres: trivial whitespace fix |
| Date | 2017-05-14 22:00 +0200 |
| Message-ID | <tH7Qm-5WP-17@gated-at.bofh.it> (permalink) |
| References | <tH7Ql-5WP-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Peter Rosin <peda@axentia.se> Everything else is indented with two spaces, so fix the odd one out. Acked-by: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Peter Rosin <peda@axentia.se> --- Documentation/driver-model/devres.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/driver-model/devres.txt b/Documentation/driver-model/devres.txt index e72587fe477d..af08b4cd7968 100644 --- a/Documentation/driver-model/devres.txt +++ b/Documentation/driver-model/devres.txt @@ -335,7 +335,7 @@ MEM devm_kzalloc() MFD - devm_mfd_add_devices() + devm_mfd_add_devices() PER-CPU MEM devm_alloc_percpu() -- 2.1.4
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v15 00/13] mux controller abstraction and iio/i2c muxes Peter Rosin <peda@lysator.liu.se> - 2017-05-14 22:00 +0200
[PATCH v15 01/13] devres: trivial whitespace fix Peter Rosin <peda@lysator.liu.se> - 2017-05-14 22:00 +0200
[PATCH v15 02/13] dt-bindings: document devicetree bindings for mux-controllers and gpio-mux Peter Rosin <peda@lysator.liu.se> - 2017-05-14 22:00 +0200
[PATCH v15 10/13] dt-bindings: mux-adg792a: document devicetree bindings for ADG792A/G mux Peter Rosin <peda@lysator.liu.se> - 2017-05-14 22:00 +0200
[PATCH v15 13/13] mux: mmio-based syscon mux controller Peter Rosin <peda@lysator.liu.se> - 2017-05-14 22:00 +0200
[PATCH v15 09/13] i2c: i2c-mux-gpmux: new driver Peter Rosin <peda@lysator.liu.se> - 2017-05-14 22:00 +0200
[PATCH v15 07/13] iio: multiplexer: new iio category and iio-mux driver Peter Rosin <peda@lysator.liu.se> - 2017-05-14 22:00 +0200
[PATCH v15 04/13] mux: gpio: add mux controller driver for gpio based multiplexers Peter Rosin <peda@lysator.liu.se> - 2017-05-14 22:10 +0200
Re: [PATCH v15 04/13] mux: gpio: add mux controller driver for gpio based multiplexers Philipp Zabel <p.zabel@pengutronix.de> - 2017-05-17 11:40 +0200
[PATCH v15 06/13] dt-bindings: iio: io-channel-mux: document io-channel-mux bindings Peter Rosin <peda@lysator.liu.se> - 2017-05-14 22:10 +0200
[PATCH v15 11/13] mux: adg792a: add mux controller driver for ADG792A/G Peter Rosin <peda@lysator.liu.se> - 2017-05-14 22:10 +0200
[PATCH v15 03/13] mux: minimal mux subsystem Peter Rosin <peda@lysator.liu.se> - 2017-05-14 22:10 +0200
Re: [PATCH v15 03/13] mux: minimal mux subsystem Philipp Zabel <p.zabel@pengutronix.de> - 2017-05-17 11:40 +0200
csiph-web