diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/edp/howto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/edp/howto b/Documentation/edp/howto index 84335292d80d..f845eb710ea8 100644 --- a/Documentation/edp/howto +++ b/Documentation/edp/howto @@ -155,7 +155,7 @@ examples show how the usual operations are performed. .states = modem_states, .num_states = ARRAY_SIZE(num_states), .e0_index = MODEM_EDP_E0, - .priority = EDP_MAX_PRIO - 3, + .priority = EDP_MAX_PRIO + 3, .max_borrowers = 1, ... }; |