| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 3 | | - * under the terms of the GNU General Public License version 2 as published |
|---|
| 4 | | - * by the Free Software Foundation. |
|---|
| 5 | 3 | * |
|---|
| 6 | 4 | * Copyright (C) 2012 John Crispin <john@phrozen.org> |
|---|
| 7 | 5 | */ |
|---|
| .. | .. |
|---|
| 38 | 36 | * @chip: Pointer to our private data structure. |
|---|
| 39 | 37 | * |
|---|
| 40 | 38 | * Write the shadow value to the EBU to set the gpios. We need to set the |
|---|
| 41 | | - * global EBU lock to make sure that PCI/MTD dont break. |
|---|
| 39 | + * global EBU lock to make sure that PCI/MTD don't break. |
|---|
| 42 | 40 | */ |
|---|
| 43 | 41 | static void ltq_mm_apply(struct ltq_mm *chip) |
|---|
| 44 | 42 | { |
|---|