aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/atm
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-10-12 10:17:51 +0200
committerDavid S. Miller <davem@davemloft.net>2018-10-12 09:48:41 -0700
commit666046418d5c07469f9b1c0e3f515c1ea8126207 (patch)
tree004cb4f53e6a3493d55d5d74f63d66f217b6af35 /drivers/atm
parentnet: Evict neighbor entries on carrier down (diff)
downloadlinux-dev-666046418d5c07469f9b1c0e3f515c1ea8126207.tar.xz
linux-dev-666046418d5c07469f9b1c0e3f515c1ea8126207.zip
fore200e: fix sbus compile
Fix a stupid typo introduced in the refactoring. Fixes: 0efe5523 ("fore200e: simplify fore200e_bus usage") Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/atm')
-rw-r--r--drivers/atm/fore200e.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atm/fore200e.c b/drivers/atm/fore200e.c
index 2b5dc8fe1d85..40d6ddbf1d5e 100644
--- a/drivers/atm/fore200e.c
+++ b/drivers/atm/fore200e.c
@@ -762,7 +762,7 @@ static const struct fore200e_bus fore200e_sbus_ops = {
.model_name = "SBA-200E",
.proc_name = "sba200e",
.descr_alignment = 32,
- .buffer_alignent = 64,
+ .buffer_alignment = 64,
.status_alignment = 32,
.read = fore200e_sba_read,
.write = fore200e_sba_write,