You can proceed in the same way you act when you study if a function has asymptotes. Asympotes are straight lines of the form $r: Y = ax + b$, where
$$a = \lim_{x\to +\infty} \frac{f(x)}{x}$$
$$b = \lim_{x\to +\infty} f(x) - ax$$
Provided that $a\in\mathbb{R}\backslash\{0\}$ and $b\in\mathbb{R}$.
In your case:
$$a = \lim_{x\to +\infty} \frac{\frac{20x^2 + 14x + 2}{7m+11xm-m\sqrt{37+70x+x^2}}}{x} = \frac{2}{m}$$
(I let you to do the math, as an exercise).
$$b = \lim_{x\to +\infty} \frac{20x^2 + 14x + 2}{7m+11xm-m\sqrt{37+70x+x^2}} - \frac{2x}{m} = \frac{7}{m}$$
So you get your asymptote:
$$Y = \frac{2}{m}x +\frac{7}{m}$$
Which shows you, being $m$ a constant, that $y$ behaves linearly.